-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Labels
Milestone
Comments
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. |
@felixfbecker not yet, pls see #3125 |
This was referenced Feb 24, 2016
Closed
Reopen to retest in March |
Please consider to also add a snippet for npm scripts, many people use them. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Expected: the editor opens and it looks like this:
You can pick a snippet and it gets correctly inserted into the task.json
The text was updated successfully, but these errors were encountered: