Skip to content

Releases: mre/vscode-snippet

Version 0.4.2

01 Nov 14:33
@mre mre
Compare
Choose a tag to compare

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

01 Nov 14:31
@mre mre
Compare
Choose a tag to compare

An attempt to fix the broken build by re-releasing the package.

Version 0.4.0

01 Nov 11:30
@mre mre
Compare
Choose a tag to compare

Version 0.3.0

11 Oct 21:27
@mre mre
Compare
Choose a tag to compare
  • Add a status-bar when loading a snippet

Version 0.2.4

24 Aug 10:35
@mre mre
Compare
Choose a tag to compare
  • 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

25 Jul 21:10
@mre mre
Compare
Choose a tag to compare

I'm in the mood for changing the colortheme...

Version 0.2.2

25 Jul 20:59
@mre mre
Compare
Choose a tag to compare

Minor version just for changing color theme in VSCode Marketplace. 😊

Version 0.2.1

23 Jul 19:44
@mre mre
Compare
Choose a tag to compare

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

23 Jul 18:36
@mre mre
Compare
Choose a tag to compare

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

19 Jul 16:51
@mre mre
Compare
Choose a tag to compare

Improve package description