Skip to content

Releases: svipas/vscode-control-snippets

1.7.0

13 Dec 01:23
Compare
Choose a tag to compare
  • Set target in tsconfig.json to ES2017 instead of es6 and remove lib key.
  • Refactor extension logic to make it easier to maintain and to reduce some boilerplate.

1.6.1

12 Dec 23:14
Compare
Choose a tag to compare
  • Update all dependencies.

1.6.0

09 Dec 02:46
Compare
Choose a tag to compare
  • Update all dependencies.
  • Refactor ExtensionStore to store only disabled extensions.
  • Fix restoring of disabled extensions snippets after extension activation for Insiders build.

1.5.0

04 Dec 00:30
Compare
Choose a tag to compare
  • Update all dependencies.
  • Update LICENSE year.
  • Set extensionKind to ["workspace"] in package.json.
  • Rename extension.test.ts to main.test.ts and refactor tests.
  • Set main file name to main.ts instead of extension.ts.
  • Create errors.ts which contains all extension errors.
  • Create main.ts and refactor extension to save modified extensions snippets in global store.
  • Prompt for reload modal only if something was changed after "OK" press.
  • Restore modified extensions snippets after VS Code update.
  • Update control snippets image and move it to images dir.
  • Create ExtensionStore to store current VS Code version and modified extension snippets in global store.

1.4.2

15 Nov 13:02
Compare
Choose a tag to compare
  • Update all dependencies.
  • Minor changes to extension tests.
  • Use new TypeScript features in several places.

1.4.1

24 Oct 17:18
Compare
Choose a tag to compare
  • Update azure-pipelines.yml to use Node 12 and fix triggers.

1.4.0

24 Oct 14:01
Compare
Choose a tag to compare
  • Add azure-pipelines.yml and control-snippets.png to .vscodeignore.
  • Update dependencies.
  • Add more keywords in package.json.
  • Set extensionKind as workspace in package.json.
  • Update README.md by explaining why you still see snippets in Windows. Fixes #2. Thanks gluons.

1.3.0

20 Aug 11:41
Compare
Choose a tag to compare
  • Add Azure Pipelines.
  • Create several tests.
  • Fix bug in getExtensionIdFromDescription() which was returning bad extension id.

1.2.0

19 Aug 13:19
Compare
Choose a tag to compare
  • Instead of (manually installed) show (installed).
  • If extension is local show 🔋emoji, if extension is remote show 🔌emoji.
  • Update README.md.
  • Update image of how extension looks like.

1.1.0

11 Aug 10:41
Compare
Choose a tag to compare
  • Add LICENSE file.
  • Update README.
  • Add more extension categories in package.json.
  • Change minimum vscode version from 1.36.0 to 1.30.0.
  • Instead of extension id display name and instead of extension path display extension id and if it's built-in or manually installed.
  • Enable search in quick pick by description.
  • Change quick pick placeholder text.
  • Update image of how extension looks like.