Skip to content

Releases: lahmatiy/open-in-editor

2.2.0

22 Mar 23:54
Compare
Choose a tag to compare
  • Fixed passing settings to open() when only cmd option is set (#10)
  • Changed behaviour to use an editor settings as defaults when editor and cmd options are specified
  • Added --pattern option to CLI

2.1.0

21 Mar 09:46
Compare
Choose a tag to compare
  • Added basic support for emacs (thanks to @zefirka)
  • Fixed crash on attempt to use vim on non-darwin platform

2.0.0

15 Mar 13:15
Compare
Choose a tag to compare
  • Added basic support for vim (thanks to @pofigizm)
  • Added support for Visual Studio (thanks to @generalov)
  • Changed node.js support to 0.12 and greater

1.2.1

14 Nov 12:53
Compare
Choose a tag to compare
  • Added VS Code detection by code command

1.2.0

12 Nov 18:24
Compare
Choose a tag to compare
  • Add support of JetBains IDEs on Windows (thanks to @Mavrin)

1.1.0

12 Nov 18:25
Compare
Choose a tag to compare
  • Add support for more editors:
  • Remove preferGlobal option from package.json
  • Improve documentation