Exclude unnecessary env vars when debugging

This commit is contained in:
Rob Lourens 2019-03-23 00:18:33 +00:00
parent fb0573a38f
commit 60fd1c5931

3
.vscode/launch.json vendored
View file

@ -132,6 +132,9 @@
"linux": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh"
},
"env": {
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null
},
"breakOnLoad": false,
"urlFilter": "*workbench.html*",
"runtimeArgs": [