Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.33 KB

Release Notes

1.1.0

  • For better OS compatibility, use /usr/bin/env -S if shebang passes additional parameters to the interpreter
  • Update F# shebang to use the modern dotnet fsi command

1.0.0

  • Complete rewrite of extension, now being a real editor extension instead of just a collection of snippets
  • Shebang suggestions now only shown at beginning of 1st line and not anywhere in document
  • After completing a shebang line, document language is automatically updated appropritately
  • Support for zsh and Nushell shebangs
  • Shebangs with /usr/bin/... and /usr/bin/env ... are both supported
  • The extension learns from its usage, frequently used shebangs are preferred in suggestion list

0.1.4

Added shebang snippets for PowerShell Core.

0.1.3

Added shebang snippets for Groovy.

0.1.2

Added choice between python3 and python in Python shebang snippets. (#4)

0.1.1

Using #!/usr/bin/env sh instead of #!/usr/bin/sh (also for bash) - thanks to Andrii Melekhovskiy)

0.1.0

Added support for encoding magic comments in Python, Ruby and shell scripts (thanks to Julien Grave)

0.0.3

Initial release with support of sh, bash, expect, Perl, Python, Ruby, PHP, Node.js, Lua, F#.