Releases: hverlin/mise-vscode
Releases · hverlin/mise-vscode
v0.13.0
0.13.0 (2024-11-18)
Features
- Add cmd/ctrl+click support for filenames in
includes = [...]
(03c4509)
- Add icon in tool list. Suggest adding a task if no mise.toml file exists (5fcb5f9)
- Add mise settings view (4f85e2a)
v0.12.0
0.12.0 (2024-11-17)
Features
- Add ignore list to prevent some extensions to be automatically configured (03647fb)
- add open file action (02e05cb)
- Improve file watcher (02e05cb)
- Show outdated tools in tools view. Allow removing tools (07f2212)
- Support mise set command (7fe8cd6)
v0.11.0
0.11.0 (2024-11-17)
Features
- add autocompletion for depends (6d0ecfa)
- add automatic toml schemas validation (602cc7c)
- Use registry to list available tools to install (4d483e0)
Bug Fixes
- Improve code-lens file task detection (de7d40f)
- Improve code-lens task detection (ce2348e)
v0.10.0
0.10.0 (2024-11-16)
Features
- Add view to list all tools (b4433cb)
v0.9.1
0.9.1 (2024-11-16)
Bug Fixes
- Fix path for symlinked tools in
.vscode
(816a2a3)
v0.9.0
0.9.0 (2024-11-16)
Features
- Add an option to symlinks tools to
.vscode/mise-tools
(b8dd1c7)
- allow disabling mise extension for a workspace (4ac18b6)
v0.8.0
0.8.0 (2024-11-14)
Features
- Add a notification if some tools are not installed (71d6d81)
- Add a notification to install watchexec (a737e9d)
v0.7.0
0.7.0 (2024-11-14)
Features
- Add support for ms-vscode.js-debug (ae72c82)
- Add support for oracle.oracle-java (f4f8ec5)
- Add support for timonwong.shellcheck (93ae149)
v0.6.0
0.6.0 (2024-11-14)
Features
- add mise command menu (cb3908a)
- add welcome views if mise is not installed/configured (1731150)
- improve integration with vscode tasks (f2612d5)
v0.5.1
0.5.1 (2024-11-14)
Bug Fixes
- auto-save before running a task (8104fc2)
- update description (caf68aa)