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
Describe the bug
When using preview, :w doesn't remove the document from preview. Looking at the code it seems it does that if :w [FILENAME] is used here
To Reproduce
Steps to reproduce the behavior:
Enable preview from quick open and Preview from code navigation
Open document
Use command :w
Note that the document is still in preview
Type Cmd+s
Note the document has left preview
Expected behavior
Match save
Extension (VsCodeVim) version:
VSCode version:
OS:
Additional context
Add any other context about the problem here.