Skip to content

Commit bbd219a

Browse files
committed
add comment
1 parent 51a1377 commit bbd219a

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
@@ -108,6 +108,7 @@ end
108108
# Updates the current working directory.
109109
function __vsc_update_cwd --on-event fish_prompt
110110
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?
111112
if functions -q __vsc_fish_prompt_og fish_prompt
112113
set func1 (functions -a __vsc_fish_prompt_og)
113114
set func2 (functions -a fish_prompt)

0 commit comments

Comments
 (0)