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.
cmd
1 parent 409da04 commit df6d629Copy full SHA for df6d629
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