Skip to content

Commit 843cf0a

Browse files
committed
add comment
1 parent bbd219a commit 843cf0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function __vsc_update_cwd --on-event fish_prompt
113113
set func1 (functions -a __vsc_fish_prompt_og)
114114
set func2 (functions -a fish_prompt)
115115
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
116117
init_vscode_shell_integration
117118
end
118119
end

0 commit comments

Comments
 (0)