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 c02d940 commit b6cbd42Copy full SHA for b6cbd42
extension-dev.code-workspace
@@ -210,7 +210,7 @@
210
"outFiles": [
211
"${workspaceFolder:Client}/out/main.js"
212
],
213
- "preLaunchTask": "Build",
+ "preLaunchTask": "${defaultBuildTask}",
214
},
215
{
216
"name": "Launch Extension Tests",
@@ -229,7 +229,8 @@
229
230
"${workspaceFolder:Client}/out/test/**/*.js"
231
232
- "preLaunchTask": "Build"
233
+ "internalConsoleOptions": "openOnSessionStart"
234
}
235
]
236
0 commit comments