Support opening workspaces from command line

Partly addresses #1121.
This commit is contained in:
Asher
2019-10-28 16:25:51 -05:00
parent 197d0b6ca9
commit e22964915a
2 changed files with 9 additions and 8 deletions

View File

@ -90,7 +90,7 @@ const startVscode = async (): Promise<void | void[]> => {
basePath: args["base-path"],
cert: args.cert,
certKey: args["cert-key"],
folderUri: extra.length > 1 ? extra[extra.length - 1] : undefined,
openUri: extra.length > 1 ? extra[extra.length - 1] : undefined,
host: args.host,
password: process.env.PASSWORD,
};