Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

None of the task snippets resolve to a working tasks.json setup #3322

Closed
joaomoreno opened this issue Feb 23, 2016 · 3 comments
Closed

None of the task snippets resolve to a working tasks.json setup #3322

joaomoreno opened this issue Feb 23, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority verified Verification succeeded
Milestone

Comments

@joaomoreno
Copy link
Member

Related to #3159

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:

image

This is true for all snippets.

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority labels Feb 23, 2016
@joaomoreno joaomoreno added this to the Feb 2016 milestone Feb 23, 2016
@seanmcbreen
Copy link

I also observed this - in my case before you can run the task the file needed to be saved to disk - in that case the tasks would be picked up.

@joaomoreno joaomoreno modified the milestones: March 2016, Feb 2016 Feb 24, 2016
@dbaeumer
Copy link
Member

dbaeumer commented Mar 1, 2016

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.

@dbaeumer dbaeumer closed this as completed Mar 1, 2016
@dbaeumer dbaeumer assigned joaomoreno and unassigned dbaeumer Mar 21, 2016
@dbaeumer
Copy link
Member

@joaomoreno the snippets got obsolete. Please close as verified if the new template story works for you.

@joaomoreno joaomoreno added the verified Verification succeeded label Mar 22, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants