mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Remove autoAttachChildProcesses setting (#834)
This commit is contained in:
1
lsp-sample/.vscode/launch.json
vendored
1
lsp-sample/.vscode/launch.json
vendored
@ -9,7 +9,6 @@
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
|
||||
"outFiles": ["${workspaceRoot}/client/out/**/*.js"],
|
||||
"autoAttachChildProcesses": true,
|
||||
"preLaunchTask": {
|
||||
"type": "npm",
|
||||
"script": "watch"
|
||||
|
||||
Reference in New Issue
Block a user