mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
scripts/code.sh picks up marketplace built-in extensions automatically
This commit is contained in:
@@ -24,6 +24,9 @@ function code() {
|
||||
# Get electron
|
||||
node build/lib/electron.js || ./node_modules/.bin/gulp electron
|
||||
|
||||
# Get built-in extensions
|
||||
node build/lib/builtInExtensions.js || ./node_modules/.bin/gulp builtInExtensions
|
||||
|
||||
# Build
|
||||
test -d out || ./node_modules/.bin/gulp compile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user