mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Update launch.json
This commit is contained in:
2
tree-explorer-sample/.vscode/launch.json
vendored
2
tree-explorer-sample/.vscode/launch.json
vendored
@ -7,7 +7,7 @@
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["/Users/octref/Code/work/vscode", "--extensionDevelopmentPath=${workspaceRoot}"],
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/out/src",
|
||||
|
||||
Reference in New Issue
Block a user