Code folds are automatically opened when cursor moves over them in VS Code Vim. How can I prevent this?
It looks like this is an issue many people have had for a while, and the solution is to do the following (original source): Open up your user settings. On windows the shortcut is CTRL + , Search for vim.foldfix and check the checkbox so the setting is set to true. Alternatively, open your settings.json … Read more