Releases: Rpinski/vscode-shebang-snippets
Releases · Rpinski/vscode-shebang-snippets
1.0.1
What's Changed
- 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
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- 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
New Contributors
Full Changelog:
0.1.4
Added shebang snippets for PowerShell Core.
Please install through Visual Studio Marketplace.
0.1.3
Added shebang snippets for Groovy.
Please install through Visual Studio Marketplace.
0.1.2
0.1.1
Using #!/usr/bin/env sh
instead of #!/usr/bin/sh
(also for bash) - thanks to Andrii Melekhovskiy)
Please install the extension through official Visual Studio Code Marketplace.
0.1
Added support for encoding magic comments in Python, Ruby and shell scripts (thanks to Julien Grave)
Please install the extension through official Visual Studio Code Marketplace.