Skip to content

Commit

Permalink
Merge pull request #168452 from ookami-kb/patch-1
Browse files Browse the repository at this point in the history
Update shellIntegration.fish to fix an error when communicating cwd
  • Loading branch information
Tyriar authored Dec 15, 2022
2 parents 8739d9e + 78cf1a0 commit 6d0d2dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
# Sent whenever a new fish prompt is about to be displayed.
# Updates the current working directory.
function __vsc_update_cwd --on-event fish_prompt
__vsc_esc P "Cwd=$(__vsc_escape_value "$PWD")"
__vsc_esc P Cwd=(__vsc_escape_value "$PWD")
# If a command marker exists, remove it.
# Otherwise, the commandline is empty and no command was run.
Expand Down

0 comments on commit 6d0d2dc

Please sign in to comment.