diff --git a/docs/developers/editors/vscode/configs/launch.json b/docs/developers/editors/vscode/configs/launch.json index 3fe3938f4e..9dc97b5f67 100644 --- a/docs/developers/editors/vscode/configs/launch.json +++ b/docs/developers/editors/vscode/configs/launch.json @@ -16,7 +16,9 @@ "outFiles": [ "!**/node_modules/**" ], - "sourceMaps": true + "sourceMaps": true, + "autoAttachChildProcesses": false // avoids issues with node child + // processes such as those exec'ed by Mapshaper's runCommandsXL() }, { "name": "Marxan Geoprocessing service", @@ -30,7 +32,9 @@ "outFiles": [ "!**/node_modules/**" ], - "sourceMaps": true + "sourceMaps": true, + "autoAttachChildProcesses": false // avoids issues with node child + // processes such as those exec'ed by Mapshaper's runCommandsXL() } ] } \ No newline at end of file