Skip to content

Commit 0546336

Browse files
committed
Add env to code-server.sh
1 parent b66490c commit 0546336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patched-vscode/scripts/code-server.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function code() {
2525

2626
NODE_ENV=development \
2727
VSCODE_DEV=1 \
28+
EXTENSIONS_GALLERY='{"serviceUrl": "<https://marketplace.visualstudio.com/_apis/public/gallery>", "itemUrl": "<https://marketplace.visualstudio.com/items>"}' \
2829
$NODE $ROOT/scripts/code-server.js "$@"
2930
}
3031

0 commit comments

Comments
 (0)