Skip to content

Commit 6d52231

Browse files
authored
Ignore Copilot language server in macOS universal build (#7248)
Attempt to fix universal build. Also update the lock file which was missed in a previous PR.
1 parent 6eeb225 commit 6d52231

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

build/darwin/create-universal-app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ const stashPatterns = [
6060
'**/@vscode/node-addon-api/**',
6161
'**/@parcel/node-addon-api/**',
6262
'**/@parcel/**/watcher.node',
63+
// Exclusions from positron-assistant
64+
'**/resources/copilot/**', // Copilot language server binary
6365
];
6466

6567
// Some generated files may end up being different in both distributions.

extensions/positron-assistant/package-lock.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)