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 bdb0a92 commit fa16306Copy full SHA for fa16306
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
@@ -130,7 +130,7 @@ if [[ -n "${bash_preexec_imported:-}" ]]; then
130
preexec_functions+=(__vsc_preexec_only)
131
else
132
__vsc_dbg_trap="$(trap -p DEBUG)"
133
- if [[ "$__vsc_db_trap" =~ .*\[\[.* ]]; then
+ if [[ "$__vsc_dbg_trap" =~ .*\[\[.* ]]; then
134
#HACK - is there a better way to do this?
135
__vsc_dbg_trap=${__vsc_dbg_trap#'trap -- '*}
136
__vsc_dbg_trap=${__vsc_dbg_trap%'DEBUG'}
0 commit comments