We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd219a commit 843cf0aCopy full SHA for 843cf0a
src/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish
@@ -113,6 +113,7 @@ function __vsc_update_cwd --on-event fish_prompt
113
set func1 (functions -a __vsc_fish_prompt_og)
114
set func2 (functions -a fish_prompt)
115
if test "$func1" != "$func2"
116
+ // if fish prompt is defined and is not equal to the one we've set, then init the user's one
117
init_vscode_shell_integration
118
end
119
0 commit comments