From eedf6faf58388a79a4789422da512a42f47b7f0d Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Thu, 18 Dec 2025 05:59:47 +0100 Subject: [PATCH] Update Code to 1.107.1 --- lib/vscode | 2 +- patches/update-check.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vscode b/lib/vscode index 302ff6a2e235..994fd12f8d3a 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit 302ff6a2e235c95b88e587d4a4b6eeb1b6613297 +Subproject commit 994fd12f8d3a5aa16f17d42c041e5809167e845a diff --git a/patches/update-check.diff b/patches/update-check.diff index bc3519e6e037..8b8897fb535d 100644 --- a/patches/update-check.diff +++ b/patches/update-check.diff @@ -101,7 +101,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts readonly version: string; readonly date?: string; -@@ -112,6 +113,7 @@ export interface IProductConfiguration { +@@ -113,6 +114,7 @@ export interface IProductConfiguration { readonly resourceUrlTemplate: string; readonly nlsBaseUrl: string; readonly accessSKUs?: string[];