Skip to content

Commit

Permalink
fix: macos external terminal not opening in darkwin remotes
Browse files Browse the repository at this point in the history
Closes #236425
  • Loading branch information
connor4312 committed Dec 18, 2024
1 parent 754f888 commit 9437903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/gulpfile.reh.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const serverResourceIncludes = [
'out-build/vs/base/node/cpuUsage.sh',
'out-build/vs/base/node/ps.sh',

// External Terminal
'out-build/vs/workbench/contrib/externalTerminal/**/*.scpt',

// Terminal shell integration
'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration.ps1',
'out-build/vs/workbench/contrib/terminal/common/scripts/CodeTabExpansion.psm1',
Expand Down

0 comments on commit 9437903

Please sign in to comment.