Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the write command non-blocking on remote files (VSCodeVim#3778)
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.
- Loading branch information