We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8b8e0 commit 2476e41Copy full SHA for 2476e41
patches/logout.diff
@@ -21,7 +21,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
21
--- code-server.orig/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
22
+++ code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
23
@@ -13,6 +13,7 @@ import { IEnvironmentService, INativeEnv
24
- export const serverOptions: OptionDescriptions<ServerParsedArgs> = {
+ export const serverOptions: OptionDescriptions<Required<ServerParsedArgs>> = {
25
/* ----- code-server ----- */
26
'disable-update-check': { type: 'boolean' },
27
+ 'auth': { type: 'string' },
0 commit comments