File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
src/vs/workbench/contrib/terminal/common/scripts Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,7 @@ const serverResourceIncludes = [
67
67
'out-build/vs/workbench/contrib/externalTerminal/**/*.scpt' ,
68
68
69
69
// Terminal shell integration
70
- 'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration.ps1' ,
71
- 'out-build/vs/workbench/contrib/terminal/common/scripts/CodeTabExpansion.psm1' ,
72
- 'out-build/vs/workbench/contrib/terminal/common/scripts/GitTabExpansion.psm1' ,
70
+ 'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration.psm1' ,
73
71
'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh' ,
74
72
'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration-env.zsh' ,
75
73
'out-build/vs/workbench/contrib/terminal/common/scripts/shellIntegration-profile.zsh' ,
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ const vscodeResourceIncludes = [
75
75
76
76
// Terminal shell integration
77
77
'out-build/vs/workbench/contrib/terminal/common/scripts/*.fish' ,
78
- 'out-build/vs/workbench/contrib/terminal/common/scripts/*.ps1' ,
79
78
'out-build/vs/workbench/contrib/terminal/common/scripts/*.psm1' ,
80
79
'out-build/vs/workbench/contrib/terminal/common/scripts/*.sh' ,
81
80
'out-build/vs/workbench/contrib/terminal/common/scripts/*.zsh' ,
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ if ($ExecutionContext.SessionState.LanguageMode -ne "FullLanguage") {
13
13
return ;
14
14
}
15
15
16
- $abc = " def"
17
-
18
16
$Script :__VSCodeState = @ {
19
17
OriginalPrompt = $function: Prompt
20
18
LastHistoryId = -1
You can’t perform that action at this time.
0 commit comments