mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
win32: customize plain electron for dev
This commit is contained in:
@@ -9,7 +9,7 @@ pushd %~dp0\..
|
||||
if not exist node_modules call .\scripts\npm.bat install
|
||||
|
||||
:: Get electron
|
||||
if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
|
||||
if not exist .build\electron\code-oss-dev.exe node .\node_modules\gulp\bin\gulp.js electron
|
||||
|
||||
:: Build
|
||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
||||
@@ -23,7 +23,7 @@ set ELECTRON_ENABLE_LOGGING=1
|
||||
set ELECTRON_ENABLE_STACK_DUMPING=1
|
||||
|
||||
:: Launch Code
|
||||
.\.build\electron\electron.exe . %*
|
||||
.\.build\electron\code-oss-dev.exe . %*
|
||||
popd
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user