Update Code to 1.127.0 (#7880)

There is a new use of parsedArgs so we have to pass that in since we
parse on demand instead of globally.
This commit is contained in:
cdrci
2026-07-02 07:01:48 +10:00
committed by GitHub
parent dd48f7753b
commit 1e6ed874e3
7 changed files with 32 additions and 8 deletions

View File

@@ -147,7 +147,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/contextkeys.ts
@IProductService private readonly productService: IProductService,
@IEditorGroupsService private readonly editorGroupService: IEditorGroupsService,
@IEditorService private readonly editorService: IEditorService,
@@ -201,6 +201,10 @@ export class WorkbenchContextKeysHandler
@@ -202,6 +202,10 @@ export class WorkbenchContextKeysHandler
this.auxiliaryBarMaximizedContext = AuxiliaryBarMaximizedContext.bindTo(this.contextKeyService);
this.auxiliaryBarMaximizedContext.set(this.layoutService.isAuxiliaryBarMaximized());