mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 20:43:24 +08:00
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user