All notable changes to the "open-in-vim" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Support for Kitty terminal
- Fix experimental "Sync cursor position to vscode" behavior when file path contains spaces
- Support for integrated-terminal on Windows.
- Configuration option to use Neovim instead of Vim.
- Experimental configuration option to sync vim's cursor position to vscode when it exits. It's possible this does not belong within the scope of this plugin.
- Upgrade vscode module to resolve flag for potential (harmless) security vulnerability
- Upgrade vscode module to address event-stream security issue. Along with many others, vscode flagged this plugin as "problematic" and automatically uninstalled it. (blog post link here)
- Show helpful info for people who try to use this on Windows
- Fix issue in reverse-plugin vim commands when line number starts with "8"
- Upgrade vscode module to address microsoft/vscode-extension-vscode#106, https://nvd.nist.gov/vuln/detail/CVE-2018-3728
- Introduce Gnome Terminal support
- Introduce Tilix support
- Add option to customize iTerm profile
- Rename
osx.iterm
andosx.macvim
tomacos.iterm
andmacos.macvim
respectively. Legacy values still work. - Downplay annoying warning regarding vim cwd to just a status bar message so user doesn't have to click to close.
- Icon
- Introduce gVim support
- Fix error caused by having 0 workspaces open
- Introduce MacVim support
- Always focus integrated terminal
- Add configuration option to use integrated terminal or iterm
- Initial release