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 c7b39b8 commit f80346aCopy full SHA for f80346a
src/vs/workbench/contrib/terminal/browser/media/shellIntegration.fish
@@ -63,7 +63,7 @@ end
63
# Sent whenever a new fish prompt is about to be displayed.
64
# Updates the current working directory.
65
function __vsc_update_cwd --on-event fish_prompt
66
- __vsc_esc P "Cwd=$PWD"
+ __vsc_esc P "Cwd=$(__vsc_escape_value "$PWD")"
67
68
# If a command marker exists, remove it.
69
# Otherwise, the commandline is empty and no command was run.
0 commit comments