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

Make the write command non-blocking on remote files #3778

Merged
merged 1 commit into from May 19, 2019

Conversation

suo
Copy link
Contributor

@suo suo commented May 17, 2019

As title. Saving a remote file can be slow, and we don't want to block
the vim state it. We're not doing anything with the result anyway, so it
should(?) be okay to remove this await.

What this PR does / why we need it:
Fixes #3777, more context is there

As title. Saving a remote file can be slow, and we don't want to block
the vim state it. We're not doing anything with the result anyway, so it
should(?) be okay to remove this await.
@jpoon jpoon merged commit 7857681 into VSCodeVim:master May 19, 2019
@suo suo deleted the fix-write branch May 20, 2019 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vim extension UI "blocks" on remote development save
2 participants