-
-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causes VSCode to always create a new integrated terminal (unintended) #453
Comments
@5an1ty could you try out the Keep in mind, it's not feature complete and just a very quick hack, but it mostly works as a drop-in for the current implementation sans some features (like unique job control, flushing, etc). I'm pretty sure this issue is related to |
@mafredri Thanks, but that didn't really help. Changed my zplug to this:
And execute zplug update but didn't really seem to change anything in vscode. |
Did you confirm it changed the branch? I'm no zplug expert but judging from the documentation it seems there should be a |
Yes there was a missing comma, but I manually checked out the correct branch: ~/.zplug/repos/mafredri/zsh-async no-zpty nothing to commit, working tree clean |
Ok, thanks for confirming. My hunch was that Could you point me to a sample project I can try to reproduce this with? I have never used this feature of Code so not sure where to start. |
Very odd, I tried creating a new blank js project and I can't reproduce it. It's specific to one repo it seems. I'll try and update the issue if I figure something out. |
General information
I have:
Problem description
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:
Reproduction steps
My
.zshrc
:The text was updated successfully, but these errors were encountered: