Skip to content

Commit

Permalink
Don't pack conpty binaries into asar
Browse files Browse the repository at this point in the history
Part of #224488
  • Loading branch information
Tyriar committed Aug 7, 2024
1 parent 7873057 commit ed73b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
'**/*.node',
'**/@vscode/ripgrep/bin/*',
'**/node-pty/build/Release/*',
'**/node-pty/build/Release/conpty/*',
'**/node-pty/lib/worker/conoutSocketWorker.js',
'**/node-pty/lib/shared/conout.js',
'**/*.wasm',
Expand Down

0 comments on commit ed73b9d

Please sign in to comment.