Closed zardus closed 5 months ago
On second thought: if people customize PROMPT_COMMAND, they don't need this dojo.
The real issue is vscode overwriting the debug trap. I handle this now by re-hooking debug in PROMPT_COMMAND (vscode wraps, but does not override PROMPT_COMMAND).
Some users customize their PROMPT_COMMAND. We need to make sure we keep injecting our hooks into it.