mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
[json] adopt npm scripts
This commit is contained in:
2
extensions/json/.vscode/tasks.json
vendored
2
extensions/json/.vscode/tasks.json
vendored
@@ -20,7 +20,7 @@
|
||||
"showOutput": "silent",
|
||||
|
||||
// we run the custom script "compile" as defined in package.json
|
||||
"args": ["run", "vscode:prepublish"],
|
||||
"args": ["run", "compile"],
|
||||
|
||||
// The tsc compiler is started in watching mode
|
||||
"isWatching": true,
|
||||
|
||||
Reference in New Issue
Block a user