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 df6d629 commit 22eb0cdCopy full SHA for 22eb0cd
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
@@ -275,7 +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
+ local cmd
279
for cmd in "${__vsc_original_prompt_command[@]}"; do
280
eval "${cmd:-}"
281
done
0 commit comments