Remove autoAttachChildProcesses setting (#834)

This commit is contained in:
Dirk Bäumer
2023-03-14 09:48:13 +01:00
committed by GitHub
parent 02032bfc30
commit e071a73bed

View File

@ -9,7 +9,6 @@
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"outFiles": ["${workspaceRoot}/client/out/**/*.js"],
"autoAttachChildProcesses": true,
"preLaunchTask": {
"type": "npm",
"script": "watch"