diff --git a/patches/update-check.diff b/patches/update-check.diff index 86edbce37..c3cc59b45 100644 --- a/patches/update-check.diff +++ b/patches/update-check.diff @@ -120,7 +120,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts @@ -11,6 +11,8 @@ import { refineServiceDecorator } from ' import { IEnvironmentService, INativeEnvironmentService } from 'vs/platform/environment/common/environment'; - export const serverOptions: OptionDescriptions = { + export const serverOptions: OptionDescriptions> = { + /* ----- code-server ----- */ + 'disable-update-check': { type: 'boolean' },