Releases: svipas/vscode-control-snippets
Releases · svipas/vscode-control-snippets
1.7.0
1.6.1
1.6.0
1.5.0
- Update all dependencies.
- Update
LICENSE
year. - Set
extensionKind
to["workspace"]
inpackage.json
. - Rename
extension.test.ts
tomain.test.ts
and refactor tests. - Set main file name to
main.ts
instead ofextension.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
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
- Add
LICENSE
file. - Update
README
. - Add more extension categories in
package.json
. - Change minimum vscode version from
1.36.0
to1.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.