0.42.1 (2025-01-09)
0.42.0 (2025-01-09)
- Add task dependency viewer (f2e3d28)
0.41.0 (2025-01-06)
- Add tool hover provider to quickly navigate to the tool backend (0da6ea6)
- Add command to open tool repository (0e63fdc)
0.40.1 (2024-12-31)
- Improve snippets (8832e76)
0.40.0 (2024-12-31)
- Add additional snippets (3dda6ce)
0.39.0 (2024-12-28)
- multi-root workspaces: add ability to select folder to use with mise (f18adb3)
0.38.0 (2024-12-28)
- Improve status bar tooltip (2181d17)
0.37.0 (2024-12-28)
- Add code-lens action to view all mise settings (62248f1)
- Improve settings editor (968da8d)
- preserve webview state (1a69efb)
- show all settings in settings view if none are modified (2c284de)
- show source in settings view (e89d529)
0.36.0 (2024-12-25)
- Add an icon for outdated tools in the editor gutter (e1d761d)
0.35.0 (2024-12-23)
- Add autocompletion for tool names and versions (e742e6f)
- Add mise fmt (5e9be2e)
- Open env variables defined in other files than toml files (9c2f2ac)
0.34.4 (2024-12-20)
- Improve error handling. Improve file watcher. (a9a3ae2)
0.34.3 (2024-12-20)
- fix mise use action (cdc5899)
0.34.2 (2024-12-19)
- rm -> uninstall (4c95bf1)
0.34.1 (2024-12-18)
- fix expandPath on windows (8199a18)
0.34.0 (2024-12-16)
- check for additional install paths on windows (45bd1dc)
- remove duplicated paths on windows when creating a task (fb4acb9)
0.33.2 (2024-12-15)
0.33.1 (2024-12-14)
- automatically trust mise configuration files when opening a trusted vscode workspace (591f485)
- fix copy bin paths command when there are multiple bins (4ef1e36)
0.33.0 (2024-12-13)
- Add syntax highlighting for uv python scripts (9563fcc)
0.32.0 (2024-12-13)
- Add syntax highlighting for JS, python, ruby and shell if shebang is present (4ccd287)
0.31.2 (2024-12-13)
- log error if activation fails (286dd0f)
0.31.1 (2024-12-11)
- Fix for mise trust with latest release (a1d6714)
0.31.0 (2024-12-11)
0.30.0 (2024-12-09)
- automatically locate mise binary if installed with scoop (0878839)
0.29.1 (2024-12-09)
- improve windows support (d3b6e62)
0.29.0 (2024-12-09)
- Add flutter support (4d91437)
- Add experimental support for auto-completion in mise templates (e31762e)
0.28.1 (2024-12-07)
- Only show code-lens in files detected by
mise
in current project (6d05d56)
0.28.0 (2024-12-07)
- Add zig support (f036579)
- Remove some mise version update warnings (952e730)
0.27.0 (2024-12-07)
- Add syntax highlighting for tera template (9ba6852)
- Indicate that the extension depends on tamasfe.even-better-toml (c67f70e)
0.26.0 (2024-12-05)
- Create separate views for tools, settings and tracked configurations (3df5dfe)
- Show tool information (70611b7)
0.25.0 (2024-12-02)
- use
mise --env
instead ofmise --profile
(cc0f9bb)
0.24.1 (2024-11-30)
- use toml output for settings view (335b038)
0.24.0 (2024-11-29)
- skip confirmation prompt for mise self-update (a046e15)
- setting view broken after 2024.11.34 release (80a49b3)
0.23.0 (2024-11-28)
- Add the option to automatically set/unset env variables in open terminals (efd8f89)
- automatically update environment variables (9bf0216)
0.22.1 (2024-11-28)
- Do not specify version with mise upgrade (95f0e4f)
0.22.0 (2024-11-27)
- Improve remove tool action by calling
use --rm
(58b76c1)
- make sure icons are loaded correctly (4a5c006)
0.21.0 (2024-11-27)
- find env. variable definition from mise.toml files (5234e19)
0.20.0 (2024-11-27)
- add prune tools & upgrade tool actions (cedfa77)
0.19.0 (2024-11-26)
0.18.0 (2024-11-25)
- make code lens and tool versions optional (4f1daa0)
- show full setting description (1938eb0)
0.17.2 (2024-11-22)
0.17.1 (2024-11-21)
- add vfox plugin for dart as well (95a6951)
0.17.0 (2024-11-21)
- add support for Dart-Code.dart-code (4baa9d2)
0.16.0 (2024-11-21)
- add support for pgourlain.erlang (9379342)
0.15.0 (2024-11-20)
- Add code completion for
wait_for
(08a6f66) - Add support for php and julia (e23bf9c)
- Check mise version on startup (b02151c)
- show installed version inline in editor (7395075)
0.14.0 (2024-11-19)
- improve notification message when configuring several tools (0c10571)
- fix code lens in mise.*.toml files (5bbc678)
0.13.0 (2024-11-18)
- 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)
0.12.0 (2024-11-17)
- 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)
0.11.0 (2024-11-17)
- add autocompletion for depends (6d0ecfa)
- add automatic toml schemas validation (602cc7c)
- Use registry to list available tools to install (4d483e0)
0.10.0 (2024-11-16)
- Add view to list all tools (b4433cb)
0.9.1 (2024-11-16)
- Fix path for symlinked tools in
.vscode
(816a2a3)
0.9.0 (2024-11-16)
- Add an option to symlinks tools to
.vscode/mise-tools
(b8dd1c7) - allow disabling mise extension for a workspace (4ac18b6)
0.8.0 (2024-11-14)
- Add a notification if some tools are not installed (71d6d81)
- Add a notification to install watchexec (a737e9d)
0.7.0 (2024-11-14)
- Add support for ms-vscode.js-debug (ae72c82)
- Add support for oracle.oracle-java (f4f8ec5)
- Add support for timonwong.shellcheck (93ae149)
0.6.0 (2024-11-14)
- add mise command menu (cb3908a)
- add welcome views if mise is not installed/configured (1731150)
- improve integration with vscode tasks (f2612d5)
0.5.1 (2024-11-14)
0.5.0 (2024-11-13)
0.4.0 (2024-11-13)
0.3.1 (2024-11-13)
- fix paths to shims (4b846a4)
0.3.0 (2024-11-13)
- automatically configure extensions on startup (e898dba)
- prompt the user if they want to use shims (af4d41e)
0.2.0 (2024-11-13)
- add option to configure Deno path automatically (1c9e79b)
- Allow configuring additional extensions (bun, ruff, go) (22bb692)
- improve error message if mise path is not set (4e5423f)
0.1.3 (2024-11-13)
- release fix (d02b20c)
0.1.2 (2024-11-13)
- release fix (25e998b)
0.1.1 (2024-11-13)
- release fix (50c5f62)
0.1.0 (2024-11-13)
- Add CI tests (4d0b8ce)