From e071a73bed498c479bce5e88ed217d88e30a84d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20B=C3=A4umer?= Date: Tue, 14 Mar 2023 09:48:13 +0100 Subject: [PATCH] Remove autoAttachChildProcesses setting (#834) --- lsp-sample/.vscode/launch.json | 1 - 1 file changed, 1 deletion(-) 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"