Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.41 KB

Change Log

All notable changes to the "shebang-language-associator" extension will be documented in this file.

  • Extend support to any first-line regex.
  • When matching, associations defined earlier in shebang.associations setting will now take priority over later ones (previously later ones would take priority).
  • Add new option shebang.associateOnSave (default true) to also check files for language associations on save. Previous versions of the extension only ran on file open.
  • Add support for zsh and scripts run by the default shell (such as golang scripts).
  • Add LICENSE file
  • Bump dependencies, add MIT license info.
  • Fix bug preventing extension from detecting shebangs correctly.
  • Initial release