We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26899da commit e952103Copy full SHA for e952103
patches/logout.diff
@@ -28,7 +28,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
28
29
/* ----- server setup ----- */
30
31
-@@ -93,6 +94,7 @@ export const serverOptions: OptionDescri
+@@ -92,6 +93,7 @@ export const serverOptions: OptionDescri
32
export interface ServerParsedArgs {
33
/* ----- code-server ----- */
34
'disable-update-check'?: boolean;
patches/update-check.diff
@@ -126,7 +126,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
126
127
128
129
-@@ -89,6 +91,8 @@ export const serverOptions: OptionDescri
+@@ -88,6 +90,8 @@ export const serverOptions: OptionDescri
130
};
131
132
0 commit comments