diff --git a/build/.moduleignore b/build/.moduleignore index 90780acffa969..7af8defdfcf17 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/** diff --git a/build/linux/debian/dep-lists.ts b/build/linux/debian/dep-lists.ts index 314181cb7620c..7690e25d5fd31 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)', @@ -112,7 +111,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',