All notable changes to the "bash-snippets" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- shebang : shebang
- e : echo
- fn : function
- if : if
- ife : if else
- elif : elif
- until : until
Added a logo
This release updated the format choice for function names (fn) to align with the Shell Style Guide
Additionally it added the following new snippets:
- fnd : function with definitions
- main : main
- const : const
- todo : TODO