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 51a1377 commit bbd219aCopy full SHA for bbd219a
src/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish
@@ -108,6 +108,7 @@ end
108
# Updates the current working directory.
109
function __vsc_update_cwd --on-event fish_prompt
110
if type -q init_vscode_shell_integration
111
+ // TODO: this assumes our og one is set first, maybe add an else case for when that's not true?
112
if functions -q __vsc_fish_prompt_og fish_prompt
113
set func1 (functions -a __vsc_fish_prompt_og)
114
set func2 (functions -a fish_prompt)
0 commit comments