mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
🆙 open@^10.1.2 (#250980)
This commit is contained in:
@@ -33,7 +33,7 @@ async function main() {
|
||||
const serverArgs = process.argv.slice(2).filter(v => v !== '--launch');
|
||||
const addr = await startServer(serverArgs);
|
||||
if (args['launch']) {
|
||||
open(addr);
|
||||
open.default(addr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user