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

Snippet support for tasks.json #3159

Closed
dbaeumer opened this issue Feb 19, 2016 · 5 comments
Closed

Snippet support for tasks.json #3159

dbaeumer opened this issue Feb 19, 2016 · 5 comments

Comments

@dbaeumer
Copy link
Member

Details

Instead of generating a tasks.json with a lot of well know tasks.json examples we now present the user a list of snippets to choose from. To test do the following:

  • new workspace
  • F1 > Task Configure > Enter

Expected: the editor opens and it looks like this:

capture

You can pick a snippet and it gets correctly inserted into the task.json

@dbaeumer dbaeumer added this to the Feb 2016 milestone Feb 19, 2016
@egamma egamma mentioned this issue Feb 20, 2016
97 tasks
@felixfbecker
Copy link
Contributor

can extensions provide new snippets for tasks.json? For example, a Java language support extension might want to provide a build task with javac and a problem matcher.

@egamma
Copy link
Member

egamma commented Feb 21, 2016

@felixfbecker not yet, pls see #3125

@dbaeumer
Copy link
Member Author

dbaeumer commented Mar 1, 2016

Reopen to retest in March

@dbaeumer dbaeumer reopened this Mar 1, 2016
@dbaeumer dbaeumer modified the milestones: March 2016, Feb 2016 Mar 1, 2016
@felixfbecker
Copy link
Contributor

Please consider to also add a snippet for npm scripts, many people use them.

@egamma egamma mentioned this issue Mar 13, 2016
82 tasks
@dbaeumer
Copy link
Member Author

Closing in favour of #4019.
Created #4115 for the npm request.

@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.
Projects
None yet
Development

No branches or pull requests

5 participants