Releases: svipas/vscode-control-snippets
Releases · svipas/vscode-control-snippets
1.9.1
- Update all dependencies.
- Change project file names convention.
1.9.0
- Update all dependencies.
- Bundle extension with webpack for faster startup.
1.8.1
- Reformat project with new settings.
- Update image.
- Update all dependencies.
1.8.0
- Format project with Prettier 2.
- Rename
main.test.ts
to extension.test.ts
.
- Fix wrong method usage if nothing was selected in the picker.
- Throw error if snippet is already disabled/enabled while disabling/enabling it.
- Create tests for disabling/enabling snippets.
1.7.6
- Change indentation to tabs.
- Update all dependencies.
- Change filename convention to kebab-case.
- Add
vscode:publish
script.
1.7.5
- Update all dependencies.
- Refactor extension.
1.7.4
- Update all dependencies including TypeScript to 3.8
1.7.3
- Update all dependencies.
- Refactor extension.
1.7.2
- Update all dependencies.
- Properly return
exitCode
after tests.
1.7.1
- Update all dependencies.
- Publish extension with
--yarn
flag in vsce
command.