We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66490c commit 0546336Copy full SHA for 0546336
patched-vscode/scripts/code-server.sh
@@ -25,6 +25,7 @@ function code() {
25
26
NODE_ENV=development \
27
VSCODE_DEV=1 \
28
+ EXTENSIONS_GALLERY='{"serviceUrl": "<https://marketplace.visualstudio.com/_apis/public/gallery>", "itemUrl": "<https://marketplace.visualstudio.com/items>"}' \
29
$NODE $ROOT/scripts/code-server.js "$@"
30
}
31
0 commit comments