mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
only call yarn gulp node when needed
This commit is contained in:
@@ -31,6 +31,7 @@ if (args.help) {
|
||||
'./scripts/code-server.sh|bat [options]\n' +
|
||||
' --launch Opens a browser'
|
||||
);
|
||||
// more help options will be printed by startServer
|
||||
}
|
||||
|
||||
const serverArgs = process.argv.slice(2).filter(v => v !== '--launch');
|
||||
|
||||
Reference in New Issue
Block a user