Skip to content

Commit 5d5976d

Browse files
authored
fix: macos external terminal not opening in darkwin remotes (microsoft#236426)
Closes microsoft#236425
1 parent f092379 commit 5d5976d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/gulpfile.reh.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ const serverResourceIncludes = [
6363
'out-build/vs/base/node/cpuUsage.sh',
6464
'out-build/vs/base/node/ps.sh',
6565

66+
// External Terminal
67+
'out-build/vs/workbench/contrib/externalTerminal/**/*.scpt',
68+
6669
// Terminal shell integration
6770
'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration.ps1',
6871
'out-build/vs/workbench/contrib/terminal/common/scripts/CodeTabExpansion.psm1',

0 commit comments

Comments
 (0)