We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0b897 commit 30a6e55Copy full SHA for 30a6e55
.vscode/launch.json
@@ -11,7 +11,8 @@
11
"runtimeExecutable": "${execPath}",
12
"args": ["--extensionDevelopmentPath=${workspaceFolder}", "--Xdisable-extensions"],
13
"outFiles": ["${workspaceFolder}/out/**/*.js"],
14
- "sourceMaps": true
+ "sourceMaps": true,
15
+ "preLaunchTask": "npm: watch"
16
},
17
{
18
"name": "Listen for Xdebug",
.vscode/tasks.json
@@ -8,9 +8,10 @@
8
"kind": "build",
9
"isDefault": true
10
- "problemMatcher": [],
+ "problemMatcher": ["$tsc-watch"],
"label": "npm: watch",
- "detail": "tsc -watch -p ./"
+ "detail": "tsc -watch -p ./",
+ "isBackground": true
"type": "npm",
0 commit comments