From bf8b8e0be50edfe2b55af71bc02a00d987ef9130 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 3 Nov 2022 14:47:10 -0700 Subject: [PATCH] chore: refresh update-check quilt couldn't apply it so I had to add one change in manually to lib/vscode/src/vs/server/node/serverEnvironmentService.ts --- patches/update-check.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },