File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ function __preserve_fish_prompt --on-event fish_prompt
122
122
end
123
123
end
124
124
end
125
- __preserve_fish_prompt
126
125
127
126
# Sent whenever a new fish prompt is about to be displayed.
128
127
# Updates the current working directory.
@@ -164,11 +163,11 @@ function __init_vscode_shell_integration
164
163
function fish_mode_prompt
165
164
__vsc_fish_prompt_start
166
165
__vsc_fish_mode_prompt
166
+ __vsc_fish_cmd_start
167
167
end
168
168
169
169
function fish_prompt
170
170
__vsc_fish_prompt
171
- __vsc_fish_cmd_start
172
171
end
173
172
else
174
173
# No fish_mode_prompt, so put everything in fish_prompt.
@@ -179,3 +178,4 @@ function __init_vscode_shell_integration
179
178
end
180
179
end
181
180
end
181
+ __preserve_fish_prompt
You can’t perform that action at this time.
0 commit comments