diff --git a/lsp-sample/.vscode/launch.json b/lsp-sample/.vscode/launch.json index 7a32478b..7d4032fe 100644 --- a/lsp-sample/.vscode/launch.json +++ b/lsp-sample/.vscode/launch.json @@ -9,7 +9,6 @@ "runtimeExecutable": "${execPath}", "args": ["--extensionDevelopmentPath=${workspaceRoot}"], "outFiles": ["${workspaceRoot}/client/out/**/*.js"], - "autoAttachChildProcesses": true, "preLaunchTask": { "type": "npm", "script": "watch"