You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run Configure Task Runner on a brand new workspace, select tsc and run the Run Task action in the command palette, you get informed that there are no tasks found:
This is true for all snippets.
The text was updated successfully, but these errors were encountered:
There are two issues here: the tasks is only picked up when the file is actually existing on disk. That is how our settings story work. The second is the HelloWorld.ts file which is confusing as well. In the new version I exchanged "HelloWorld.ts" with a snippet variable.
Related to #3159
If you run
Configure Task Runner
on a brand new workspace, selecttsc
and run theRun Task
action in the command palette, you get informed that there are no tasks found:This is true for all snippets.
The text was updated successfully, but these errors were encountered: