We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee00a6 commit bf8b8e0Copy full SHA for bf8b8e0
patches/update-check.diff
@@ -120,7 +120,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
120
@@ -11,6 +11,8 @@ import { refineServiceDecorator } from '
121
import { IEnvironmentService, INativeEnvironmentService } from 'vs/platform/environment/common/environment';
122
123
- export const serverOptions: OptionDescriptions<ServerParsedArgs> = {
+ export const serverOptions: OptionDescriptions<Required<ServerParsedArgs>> = {
124
+ /* ----- code-server ----- */
125
+ 'disable-update-check': { type: 'boolean' },
126
0 commit comments