mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
code-web fix --help
This commit is contained in:
@@ -41,10 +41,10 @@ async function main() {
|
||||
if (args.help) {
|
||||
console.log(
|
||||
'./scripts/code-web.sh|bat [options]\n' +
|
||||
' --playground Include the vscode-web-playground extension\n'
|
||||
' --playground Include the vscode-web-playground extension (added by default if no folderPath is provided)\n'
|
||||
);
|
||||
startServer(['--help']);
|
||||
process.exit(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const serverArgs = [];
|
||||
|
||||
Reference in New Issue
Block a user