Update Code to 1.137.0 (#8005)

This commit is contained in:
cdrci
2026-09-11 06:38:15 +10:00
committed by GitHub
parent 7f25500e74
commit b11dabdaca
8 changed files with 22 additions and 16 deletions

View File

@@ -151,7 +151,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
===================================================================
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
+++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
@@ -44,6 +44,11 @@ export interface IBrowserWorkbenchEnviro
@@ -49,6 +49,11 @@ export interface IBrowserWorkbenchEnviro
readonly isEnabledFileUploads?: boolean;
/**
@@ -163,7 +163,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
* Gets whether a resolver extension is expected for the environment.
*/
readonly expectsResolverExtension: boolean;
@@ -135,6 +140,13 @@ export class BrowserWorkbenchEnvironment
@@ -140,6 +145,13 @@ export class BrowserWorkbenchEnvironment
return this.options.isEnabledFileUploads;
}