Skip to content

Commit 149a962

Browse files
committed
move comments
1 parent c618245 commit 149a962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ function __preserve_fish_prompt --on-event fish_prompt
111111
__init_vscode_shell_integration
112112
else
113113
if functions --query __vsc_fish_prompt
114-
# There is no fish_prompt set, so stick with the default
115114
functions --erase __preserve_fish_prompt
116-
# Now __vsc_fish_prompt is guaranteed to be defined
117115
__init_vscode_shell_integration
118116
else
117+
# There is no fish_prompt set, so stick with the default
118+
# Now __vsc_fish_prompt is guaranteed to be defined
119119
function __vsc_fish_prompt
120120
echo -n (whoami)@(prompt_hostname) (prompt_pwd) '~> '
121121
end

0 commit comments

Comments
 (0)