Skip to content

Commit bf8b8e0

Browse files
committed
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
1 parent 9ee00a6 commit bf8b8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/update-check.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
120120
@@ -11,6 +11,8 @@ import { refineServiceDecorator } from '
121121
import { IEnvironmentService, INativeEnvironmentService } from 'vs/platform/environment/common/environment';
122122

123-
export const serverOptions: OptionDescriptions<ServerParsedArgs> = {
123+
export const serverOptions: OptionDescriptions<Required<ServerParsedArgs>> = {
124124
+ /* ----- code-server ----- */
125125
+ 'disable-update-check': { type: 'boolean' },
126126

0 commit comments

Comments
 (0)