Skip to content

Commit 77ca993

Browse files
meganroggeTyriar
andauthored
Update cwd for bash initial prompt (microsoft#239261)
* Update cwd for bash initial prompt Co-authored-by: Daniel Imms <[email protected]> * Update src/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh --------- Co-authored-by: Daniel Imms <[email protected]>
1 parent 2582955 commit 77ca993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ __vsc_continuation_end() {
243243

244244
__vsc_command_complete() {
245245
if [[ -z "${__vsc_first_prompt-}" ]]; then
246+
__vsc_update_cwd
246247
builtin return
247248
fi
248249
if [ "$__vsc_current_command" = "" ]; then

0 commit comments

Comments
 (0)