mirror of
https://github.com/coder/code-server.git
synced 2026-05-21 03:37:26 +02:00
Update Code to 1.120.0 (#7796)
This commit is contained in:
@@ -207,7 +207,7 @@ Index: code-server/lib/vscode/src/vs/workbench/common/contextkeys.ts
|
||||
===================================================================
|
||||
--- code-server.orig/lib/vscode/src/vs/workbench/common/contextkeys.ts
|
||||
+++ code-server/lib/vscode/src/vs/workbench/common/contextkeys.ts
|
||||
@@ -41,6 +41,9 @@ export const EmbedderIdentifierContext =
|
||||
@@ -40,6 +40,9 @@ export const EmbedderIdentifierContext =
|
||||
|
||||
export const InAutomationContext = new RawContextKey<boolean>('inAutomation', false, localize('inAutomation', "Whether VS Code is running under automation/smoke test"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user