File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ if not exist out yarn compile
3030set ELECTRON_RUN_AS_NODE = 1
3131set NODE_ENV = development
3232set VSCODE_DEV = 1
33+ set ELECTRON_ENABLE_SECURITY_WARNINGS = 1
3334REM set ELECTRON_DEFAULT_ERROR_MODE=1 TODO@ben to investigate if this helps with builds reporting stacks if renderer crashes
3435set ELECTRON_ENABLE_LOGGING = 1
3536set ELECTRON_ENABLE_STACK_DUMPING = 1
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ function code() {
3939 ELECTRON_RUN_AS_NODE=1 \
4040 NODE_ENV=development \
4141 VSCODE_DEV=1 \
42+ ELECTRON_ENABLE_SECURITY_WARNINGS=1 \
4243 ELECTRON_ENABLE_LOGGING=1 \
4344 ELECTRON_ENABLE_STACK_DUMPING=1 \
4445 " $CODE " --inspect=5874 " $ROOT /out/cli.js" . " $@ "
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ if not exist out yarn compile
2828:: Configuration
2929set NODE_ENV = development
3030set VSCODE_DEV = 1
31+ set ELECTRON_ENABLE_SECURITY_WARNINGS = 1
3132set VSCODE_CLI = 1
3233REM set ELECTRON_DEFAULT_ERROR_MODE=1 TODO@ben to investigate if this helps with builds reporting stacks if renderer crashes
3334set ELECTRON_ENABLE_LOGGING = 1
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ function code() {
4444 # Configuration
4545 export NODE_ENV=development
4646 export VSCODE_DEV=1
47+ export ELECTRON_ENABLE_SECURITY_WARNINGS=1
4748 export VSCODE_CLI=1
4849 export ELECTRON_ENABLE_STACK_DUMPING=1
4950 export ELECTRON_ENABLE_LOGGING=1
You can’t perform that action at this time.
0 commit comments