File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ const serverResources = [
76
76
'out-build/vs/base/node/ps.sh' ,
77
77
78
78
// Terminal shell integration
79
+ 'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration.fish' ,
79
80
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1' ,
80
81
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh' ,
81
82
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-env.zsh' ,
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ const vscodeResources = [
68
68
'out-build/vs/workbench/browser/media/*-theme.css' ,
69
69
'out-build/vs/workbench/contrib/debug/**/*.json' ,
70
70
'out-build/vs/workbench/contrib/externalTerminal/**/*.scpt' ,
71
+ 'out-build/vs/workbench/contrib/terminal/browser/media/*.fish' ,
71
72
'out-build/vs/workbench/contrib/terminal/browser/media/*.ps1' ,
72
73
'out-build/vs/workbench/contrib/terminal/browser/media/*.sh' ,
73
74
'out-build/vs/workbench/contrib/terminal/browser/media/*.zsh' ,
You can’t perform that action at this time.
0 commit comments