Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/code-web.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/code-web.js b/scripts/code-web.js
index 52c60dce5c6..2d8a09a7c74 100644
--- a/scripts/code-web.js
+++ b/scripts/code-web.js
@@ -68,7 +68,7 @@ async function main() {
let openSystemBrowser = false;
if (!args['browser'] && !args['browserType']) {
- serverArgs.push('--browser', 'none');
+ serverArgs.push('--browserType', 'none');
openSystemBrowser = true;
}