Unset VSCODE_LOGS in code.sh

so it writes to the code-oss logs folder and doesn't inherit the insiders log folder
This commit is contained in:
Rob Lourens 2019-09-09 16:46:42 -07:00
parent 1daa19733f
commit a556ca989b

View file

@ -47,6 +47,7 @@ function code() {
export VSCODE_CLI=1
export ELECTRON_ENABLE_STACK_DUMPING=1
export ELECTRON_ENABLE_LOGGING=1
export VSCODE_LOGS=
# Launch Code
exec "$CODE" . "$@"