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.
2 parents 609c11f + 22eb0cd commit e885e5fCopy full SHA for e885e5f
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
@@ -275,6 +275,7 @@ __vsc_prompt_cmd_original() {
275
__vsc_restore_exit_code "${__vsc_status}"
276
# Evaluate the original PROMPT_COMMAND similarly to how bash would normally
277
# See https://unix.stackexchange.com/a/672843 for technique
278
+ local cmd
279
for cmd in "${__vsc_original_prompt_command[@]}"; do
280
eval "${cmd:-}"
281
done
0 commit comments