From 84c3c84eb0db95c1b16f216f43570c75c0f6b901 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 17 Jun 2026 12:58:17 +1000 Subject: [PATCH 1/3] Add os-theme to .moduleignore as it's not used by the CLI --- build/.moduleignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/.moduleignore b/build/.moduleignore index 90780acffa9697..7af8defdfcf175 100644 --- a/build/.moduleignore +++ b/build/.moduleignore @@ -225,6 +225,10 @@ zone.js/dist/** @github/copilot/sharp/** @github/copilot/**/keytar.node +# os-theme is pulled in by @github/copilot but the CLI does not use its native addon. +# See https://github.com/microsoft/vscode-engineering/issues/3087. +@os-theme/** + # @github/copilot platform binaries - not needed @github/copilot-darwin-arm64/** @github/copilot-darwin-x64/** From 59fcbec97ec5db2032377985c1b79d4bd1ed6a54 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 17 Jun 2026 13:16:24 +1000 Subject: [PATCH 2/3] Remove outdated libc6 dependency version from referenceGeneratedDepsByArch --- build/linux/debian/dep-lists.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/build/linux/debian/dep-lists.ts b/build/linux/debian/dep-lists.ts index 314181cb7620cb..9e93556d5dc986 100644 --- a/build/linux/debian/dep-lists.ts +++ b/build/linux/debian/dep-lists.ts @@ -112,7 +112,6 @@ export const referenceGeneratedDepsByArch = { 'libatspi2.0-0 (>= 2.9.90)', 'libc6 (>= 2.17)', 'libc6 (>= 2.25)', - 'libc6 (>= 2.27)', 'libc6 (>= 2.28)', 'libcairo2 (>= 1.6.0)', 'libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3', From 44f4c268d6448456f8bc1e341dd2b3f6104eef6a Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 17 Jun 2026 13:18:02 +1000 Subject: [PATCH 3/3] Remove outdated libc6 dependency version from referenceGeneratedDepsByArch --- build/linux/debian/dep-lists.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/build/linux/debian/dep-lists.ts b/build/linux/debian/dep-lists.ts index 9e93556d5dc986..7690e25d5fd31d 100644 --- a/build/linux/debian/dep-lists.ts +++ b/build/linux/debian/dep-lists.ts @@ -33,7 +33,6 @@ export const referenceGeneratedDepsByArch = { 'libc6 (>= 2.17)', 'libc6 (>= 2.2.5)', 'libc6 (>= 2.25)', - 'libc6 (>= 2.27)', 'libc6 (>= 2.28)', 'libc6 (>= 2.4)', 'libcairo2 (>= 1.6.0)',