mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Use --browserType as fallback in code-web
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user