Skip to content

Commit

Permalink
Unset VSCODE_LOGS in code.sh
Browse files Browse the repository at this point in the history
so it writes to the code-oss logs folder and doesn't inherit the insiders log folder
  • Loading branch information
roblourens committed Sep 10, 2019
1 parent 1daa197 commit a556ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" . "$@"
Expand Down

0 comments on commit a556ca9

Please sign in to comment.