You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
:wq<CR>
What did you expect to happen?
:wq<CR> should perform a :w then a :q
If I :w first (to save changes) or if no changes have been made, then :wq does quit
What happened instead?
nothing at all, changes not saved, editor window not closed
Technical details:
VSCode Version: 1.4.0
VsCodeVim Version: 0.1.7
OS: Windows
The text was updated successfully, but these errors were encountered:
* Fix bug #613
* fixed bug when closing untitled file
* make WriteCommand.Execute a async
needed to fs.accessSync to return the saving promise
* make use of Write- and QuitCommand
* fs.access - error not handled correctly
* make 'w', 'q' and 'wq' async
* created writequit test
* extract polling for vscode into function
* removed unused imports
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
:wq<CR>
What did you expect to happen?
:wq<CR>
should perform a:w
then a:q
If I
:w
first (to save changes) or if no changes have been made, then:wq
does quitWhat happened instead?
nothing at all, changes not saved, editor window not closed
Technical details:
The text was updated successfully, but these errors were encountered: