"Typescript task Runner" does not appear - vsCode

1

Below is the screen that I need to find in vsCode (I need the Tasks: Configure Task Runner ):

ButwhenIlookfor"tasks" in the command palette (ctrl + shift + 9), this option does not appear:

Can you tell me why it does not show up? Thanks

    
asked by anonymous 01.01.2018 / 22:10

1 answer

0

This happens because you should be using as reference some video lesson that used the VSCode version < 1] . In the latest versions you will only find the Tasks: Configure Default Build Task option. [2]

    
09.08.2018 / 19:21