Releases: mre/vscode-snippet
Releases · mre/vscode-snippet
Version 0.4.2
Fixing the build. The node-modules directory was missing. Adjusted the .vscodeignore
file accordingly and extended the publish
target in the Makefile
so that this won't happen again.
Version 0.4.1
An attempt to fix the broken build by re-releasing the package.
Version 0.4.0
- Add suggestions for previous searches. (by @GianOrtiz)
http.proxy
: VS Code proxy setting. If set, requests made by vscode-snippet will be sent through provided proxy (see Visual Studio Code network settings) (by @kubac65)
Version 0.3.0
- Add a status-bar when loading a snippet
Version 0.2.4
- Allow setting a different base url (other than cheat.sh) in the config.
- Fix a bug with escaping queries having more than two words.
Version 0.2.3
I'm in the mood for changing the colortheme...
Version 0.2.2
Minor version just for changing color theme in VSCode Marketplace. 😊
Version 0.2.1
Add two new commands:
- Force adding the snippet inline (inside the current editor).
- Force opening the snippet in a new editor.
Version 0.2.0
This release adds two new config options:
openInNewEditor
: open snippets or in new editor window (default) in line with current document.verbose
: add comments around code snippets.
Version 0.1.3
Improve package description