I have:
When using VSCode with integrated terminal debugger every time your restart the debugger vscode creates a new terminal window. This does not happen with bash nor with ZSH with any other theme.
I narrowed it down to the usage of zsh-async somehow.
launch.json:
"console": "integratedTerminal"
.zshrc
:source $HOME/.zplug/init.zsh
# zplug plugins
zplug mafredri/zsh-async, from:github
# zplug theme
zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
# Install packages that have not been installed yet
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
else
echo
fi
fi
zplug load
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too