Skip to content

Commit e952103

Browse files
committed
chore: refresh logout, update-check patches
1 parent 26899da commit e952103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/logout.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
2828

2929
/* ----- server setup ----- */
3030

31-
@@ -93,6 +94,7 @@ export const serverOptions: OptionDescri
31+
@@ -92,6 +93,7 @@ export const serverOptions: OptionDescri
3232
export interface ServerParsedArgs {
3333
/* ----- code-server ----- */
3434
'disable-update-check'?: boolean;

patches/update-check.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
126126

127127
/* ----- server setup ----- */
128128

129-
@@ -89,6 +91,8 @@ export const serverOptions: OptionDescri
129+
@@ -88,6 +90,8 @@ export const serverOptions: OptionDescri
130130
};
131131

132132
export interface ServerParsedArgs {

0 commit comments

Comments
 (0)