mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
start work
This commit is contained in:
11
extensions/terminal-suggest/.vscode/tasks.json
vendored
Normal file
11
extensions/terminal-suggest/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"command": "npm",
|
||||
"type": "shell",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
},
|
||||
"args": ["run", "compile"],
|
||||
"isBackground": true,
|
||||
"problemMatcher": "$tsc-watch"
|
||||
}
|
||||
Reference in New Issue
Block a user