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 the BetterFountain extension is loaded when VSCode starts, the Vim extension no longer works at all.
I'm not sure if this is a bug on Vim or BetterFountain, and have submitted it to both. The issue on BetterFountain is piersdeseilligny/betterfountain#51.
To Reproduce
Steps to reproduce the behavior:
Start vscode with BetterFountain and Vim enabled
Open a .fountain file
Push 'esc', 'i', 'abc'
'iabc' is added to the document
Expected behavior
Vim would go into command mode, then insert mode, and then 'abc' would be added to the document.
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.12.4
VSCode version: 1.14.1
OS: Win 10 Pro 64bit (build 18362)
Additional context
If BetterFountain is disabled, then (as required), you reload Vscode, and then Enable BetterFountain, the Vim functionality works as well as the BetterFountain functionality
The text was updated successfully, but these errors were encountered:
Describe the bug
When the BetterFountain extension is loaded when VSCode starts, the Vim extension no longer works at all.
I'm not sure if this is a bug on Vim or BetterFountain, and have submitted it to both. The issue on BetterFountain is piersdeseilligny/betterfountain#51.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Vim would go into command mode, then insert mode, and then 'abc' would be added to the document.
Environment (please complete the following information):
Additional context
If BetterFountain is disabled, then (as required), you reload Vscode, and then Enable BetterFountain, the Vim functionality works as well as the BetterFountain functionality
The text was updated successfully, but these errors were encountered: