Skip to content
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

fix: Fix ssh message/spinner in VSCode integrated terminal #5000

Merged
merged 2 commits into from
Nov 10, 2022

Conversation

mafredri
Copy link
Member

The messages never show up in VSCode integrated terminal due to the
defer fmt.Fprintf. There could be a race in VSCode in handling the
terminal codes but ultimately, we can simplify our logic by just
stopping the spinner for the duration of the update.

The messages never show up in VSCode integrated terminal due to the
defer `fmt.Fprintf`. There could be a race in VSCode in handling the
terminal codes but ultimately, we can simplify our logic by just
stopping the spinner for the duration of the update.
@mafredri mafredri self-assigned this Nov 10, 2022
@mafredri mafredri enabled auto-merge (squash) November 10, 2022 16:15
@mafredri mafredri merged commit 5fb9c33 into main Nov 10, 2022
@mafredri mafredri deleted the mafredri/fix-ssh-waiting-message-vscode branch November 10, 2022 18:21
@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants