Skip to content

Commit 2476e41

Browse files
committed
chore: refresh logout patch
1 parent bf8b8e0 commit 2476e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/logout.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
2121
--- code-server.orig/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
2222
+++ code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
2323
@@ -13,6 +13,7 @@ import { IEnvironmentService, INativeEnv
24-
export const serverOptions: OptionDescriptions<ServerParsedArgs> = {
24+
export const serverOptions: OptionDescriptions<Required<ServerParsedArgs>> = {
2525
/* ----- code-server ----- */
2626
'disable-update-check': { type: 'boolean' },
2727
+ 'auth': { type: 'string' },

0 commit comments

Comments
 (0)