mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +00:00
built in extensions control file
This commit is contained in:
@@ -17,9 +17,8 @@ set CODE=".build\electron\%NAMESHORT%"
|
||||
node build\lib\electron.js
|
||||
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
|
||||
|
||||
:: Get built-in extensions
|
||||
:: Sync built-in extensions
|
||||
node build\lib\builtInExtensions.js
|
||||
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js download-builtin-extensions
|
||||
|
||||
:: Build
|
||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
||||
|
||||
Reference in New Issue
Block a user