Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

81 lines (63 loc) · 2.32 KB

Change Log

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.

[0.7.0] - 2023-02-12

Added

  • Support for Kitty terminal

Fixed

  • Fix experimental "Sync cursor position to vscode" behavior when file path contains spaces

[0.6.0] - 2019-12-08

Added

  • Support for integrated-terminal on Windows.

[0.5.0] - 2019-05-29

Added

  • 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.

Fixed

[0.4.3] - 2018-12-08

Fixed

[0.4.2] - 2018-09-22

Fixed

  • Show helpful info for people who try to use this on Windows

[0.4.1] - 2018-05-25

Fixed

[0.4.0] - 2018-01-13

Added

  • Introduce Gnome Terminal support
  • Introduce Tilix support
  • Add option to customize iTerm profile

[0.3.0] - 2018-01-04

Fixed

  • Rename osx.iterm and osx.macvim to macos.iterm and macos.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.

[0.2.1] - 2017-12-28

Added

  • Icon

[0.2.0] - 2017-12-28

Added

  • Introduce gVim support

Fixed

  • Fix error caused by having 0 workspaces open

[0.1.0]

Added

  • Introduce MacVim support

[0.0.3]

Fixed

  • Always focus integrated terminal

[0.0.1]

Added

  • Add configuration option to use integrated terminal or iterm

[0.0.0]

  • Initial release