From 00672a55224585de8ca555227985d0b74166a5bc Mon Sep 17 00:00:00 2001
From: cdrci <78873720+cdrci@users.noreply.github.com>
Date: Wed, 9 Sep 2026 02:32:03 +1000
Subject: [PATCH] Update Code to 1.136.1 (#7981)
* Update Code to 1.136.1
* Do not click on tab during test file opens
It will already be the selected tab, and if any other tab is already
open (like the welcome tab), it will click that instead.
We disable the welcome page so this is not supposed to actually matter,
but that Setting appears not to be working.
Also add the quick input widget selector in the disabled downloads test,
since if the widget never shows up it would mistakenly pass.
---
CHANGELOG.md | 6 +++
lib/vscode | 2 +-
patches/app-name.diff | 6 +--
patches/base-path.diff | 67 +++++++++++++++---------------
patches/display-language.diff | 14 +++----
patches/external-file-actions.diff | 6 +--
patches/getting-started.diff | 6 +--
patches/integration.diff | 39 +++++++++--------
patches/local-storage.diff | 2 +-
patches/logout.diff | 6 +--
patches/marketplace.diff | 4 +-
patches/proxy-uri.diff | 2 +-
patches/service-worker.diff | 2 +-
patches/telemetry.diff | 2 +-
patches/trusted-domains.diff | 8 ++--
patches/update-check.diff | 8 ++--
patches/webview.diff | 2 +-
test/e2e/downloads.test.ts | 3 +-
18 files changed, 98 insertions(+), 87 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d23d66309..52c204b4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,12 @@ Code v99.99.999
## Unreleased
+Code v1.136.1
+
+### Changed
+
+- Update to Code 1.136.1
+
## [4.135.0](https://github.com/coder/code-server/releases/tag/v4.135.0) - 2026-08-27
Code v1.135.0
diff --git a/lib/vscode b/lib/vscode
index 08d4889f9..a44adf7f5 160000
--- a/lib/vscode
+++ b/lib/vscode
@@ -1 +1 @@
-Subproject commit 08d4889f9ec4a1685d257b9b95de036c8e1ce1e5
+Subproject commit a44adf7f53e00964ab890f9f8758a334f1fc15bc
diff --git a/patches/app-name.diff b/patches/app-name.diff
index 49ad18e64..2d6d6a0e2 100644
--- a/patches/app-name.diff
+++ b/patches/app-name.diff
@@ -12,7 +12,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
===================================================================
--- code-server.orig/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
+++ code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
-@@ -24,6 +24,7 @@ export const serverOptions: OptionDescri
+@@ -40,6 +40,7 @@ export const serverOptions: OptionDescri
'disable-getting-started-override': { type: 'boolean' },
'locale': { type: 'string' },
'link-protection-trusted-domains': { type: 'string[]' },
@@ -20,7 +20,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
/* ----- server setup ----- */
-@@ -124,6 +125,7 @@ export interface ServerParsedArgs {
+@@ -140,6 +141,7 @@ export interface ServerParsedArgs {
'disable-getting-started-override'?: boolean,
'locale'?: string
'link-protection-trusted-domains'?: string[],
@@ -32,7 +32,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
===================================================================
--- code-server.orig/lib/vscode/src/vs/server/node/webClientServer.ts
+++ code-server/lib/vscode/src/vs/server/node/webClientServer.ts
-@@ -362,8 +362,11 @@ export class WebClientServer {
+@@ -407,8 +407,11 @@ export class WebClientServer {
linkProtectionTrustedDomains.push(...this._productService.linkProtectionTrustedDomains);
}
diff --git a/patches/base-path.diff b/patches/base-path.diff
index dc8cd7b38..858b48f43 100644
--- a/patches/base-path.diff
+++ b/patches/base-path.diff
@@ -36,8 +36,8 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench-dev.html
-@@ -27,9 +27,9 @@
-
+@@ -29,9 +29,9 @@
+
-
@@ -49,15 +49,15 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench-dev.html
-@@ -39,7 +39,7 @@
+@@ -41,7 +41,7 @@
-
-
-