mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix outFiles path (#878)
OutFiles are written to <workspace>/out/*.js. Fix this path to be able to debug again.
This commit is contained in:
2
statusbar-sample/.vscode/launch.json
vendored
2
statusbar-sample/.vscode/launch.json
vendored
@ -13,7 +13,7 @@
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outFiles": [
|
||||
"${workspaceRoot}/out/src/**/*.js"
|
||||
"${workspaceRoot}/out/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "npm: watch"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user