mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
intergration tests.
This commit is contained in:
11
extensions/vscode-notebook-tests/.vscode/tasks.json
vendored
Normal file
11
extensions/vscode-notebook-tests/.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