Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build/.moduleignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 0 additions & 2 deletions build/linux/debian/dep-lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down Expand Up @@ -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',
Expand Down
Loading