Skip to content

Latest commit

 

History

History
543 lines (254 loc) · 22.6 KB

CHANGELOG.md

File metadata and controls

543 lines (254 loc) · 22.6 KB

Changelog

0.42.1 (2025-01-09)

Bug Fixes

  • add support additional backends on tool hover (27c0be5)
  • use tool command (8ba2207)

0.42.0 (2025-01-09)

Features

  • Add task dependency viewer (f2e3d28)

0.41.0 (2025-01-06)

Features

  • Add tool hover provider to quickly navigate to the tool backend (0da6ea6)

Bug Fixes

  • Add command to open tool repository (0e63fdc)

0.40.1 (2024-12-31)

Bug Fixes

0.40.0 (2024-12-31)

Features

  • Add additional snippets (3dda6ce)

0.39.0 (2024-12-28)

Features

  • multi-root workspaces: add ability to select folder to use with mise (f18adb3)

0.38.0 (2024-12-28)

Features

  • Improve status bar tooltip (2181d17)

0.37.0 (2024-12-28)

Features

  • 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)

Features

  • Add an icon for outdated tools in the editor gutter (e1d761d)

0.35.0 (2024-12-23)

Features

  • 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)

Bug Fixes

  • Improve error handling. Improve file watcher. (a9a3ae2)

0.34.3 (2024-12-20)

Bug Fixes

0.34.2 (2024-12-19)

Bug Fixes

0.34.1 (2024-12-18)

Bug Fixes

  • fix expandPath on windows (8199a18)

0.34.0 (2024-12-16)

Features

  • check for additional install paths on windows (45bd1dc)

Bug Fixes

  • remove duplicated paths on windows when creating a task (fb4acb9)

0.33.2 (2024-12-15)

Bug Fixes

  • improve path handling on windows (52e346c)
  • remove resource scope for settings (a7d42ab)

0.33.1 (2024-12-14)

Bug Fixes

  • 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)

Features

  • Add syntax highlighting for uv python scripts (9563fcc)

0.32.0 (2024-12-13)

Features

  • Add syntax highlighting for JS, python, ruby and shell if shebang is present (4ccd287)

0.31.2 (2024-12-13)

Bug Fixes

  • log error if activation fails (286dd0f)

0.31.1 (2024-12-11)

Bug Fixes

  • Fix for mise trust with latest release (a1d6714)

0.31.0 (2024-12-11)

Features

  • improve tera autocompletion (6c4f572)
  • show task description in sidebar (afc7e8b)

0.30.0 (2024-12-09)

Features

  • automatically locate mise binary if installed with scoop (0878839)

0.29.1 (2024-12-09)

Bug Fixes

  • improve windows support (d3b6e62)

0.29.0 (2024-12-09)

Features

Bug Fixes

  • Add experimental support for auto-completion in mise templates (e31762e)

0.28.1 (2024-12-07)

Bug Fixes

  • Only show code-lens in files detected by mise in current project (6d05d56)

0.28.0 (2024-12-07)

Features

Bug Fixes

  • Remove some mise version update warnings (952e730)

0.27.0 (2024-12-07)

Features

  • Add syntax highlighting for tera template (9ba6852)
  • Indicate that the extension depends on tamasfe.even-better-toml (c67f70e)

0.26.0 (2024-12-05)

Features

  • Create separate views for tools, settings and tracked configurations (3df5dfe)
  • Show tool information (70611b7)

0.25.0 (2024-12-02)

Features

  • use mise --env instead of mise --profile (cc0f9bb)

0.24.1 (2024-11-30)

Bug Fixes

  • use toml output for settings view (335b038)

0.24.0 (2024-11-29)

Features

  • skip confirmation prompt for mise self-update (a046e15)

Bug Fixes

  • setting view broken after 2024.11.34 release (80a49b3)

0.23.0 (2024-11-28)

Features

  • Add the option to automatically set/unset env variables in open terminals (efd8f89)
  • automatically update environment variables (9bf0216)

0.22.1 (2024-11-28)

Bug Fixes

  • Do not specify version with mise upgrade (95f0e4f)

0.22.0 (2024-11-27)

Features

  • Improve remove tool action by calling use --rm (58b76c1)

Bug Fixes

  • make sure icons are loaded correctly (4a5c006)

0.21.0 (2024-11-27)

Features

  • find env. variable definition from mise.toml files (5234e19)

0.20.0 (2024-11-27)

Features

  • add prune tools & upgrade tool actions (cedfa77)

Bug Fixes

  • do not hide/show panel on refresh (427425b)
  • fix remove tool command (e466acf)

0.19.0 (2024-11-26)

Features

  • allow disabling mise new version check (c276217)
  • show track configuration files (e068e52)

0.18.0 (2024-11-25)

Features

  • make code lens and tool versions optional (4f1daa0)

Bug Fixes

  • show full setting description (1938eb0)

0.17.2 (2024-11-22)

Bug Fixes

  • Do not run self-update if command is not available (292aceb)
  • support python venv (292aceb)

0.17.1 (2024-11-21)

Bug Fixes

  • add vfox plugin for dart as well (95a6951)

0.17.0 (2024-11-21)

Features

  • add support for Dart-Code.dart-code (4baa9d2)

0.16.0 (2024-11-21)

Features

  • add support for pgourlain.erlang (9379342)

0.15.0 (2024-11-20)

Features

  • 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)

Features

  • improve notification message when configuring several tools (0c10571)

Bug Fixes

  • fix code lens in mise.*.toml files (5bbc678)

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)

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)

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)

0.10.0 (2024-11-16)

Features

  • Add view to list all tools (b4433cb)

0.9.1 (2024-11-16)

Bug Fixes

  • Fix path for symlinked tools in .vscode (816a2a3)

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)

0.8.0 (2024-11-14)

Features

  • Add a notification if some tools are not installed (71d6d81)
  • Add a notification to install watchexec (a737e9d)

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)

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)

0.5.1 (2024-11-14)

Bug Fixes

  • auto-save before running a task (8104fc2)
  • update description (caf68aa)

0.5.0 (2024-11-13)

Features

0.4.0 (2024-11-13)

Features

  • allow adding toml tasks (1d5eef9)
  • allow copying an environment variable name or value (105dfb0)

0.3.1 (2024-11-13)

Bug Fixes

0.3.0 (2024-11-13)

Features

  • automatically configure extensions on startup (e898dba)
  • prompt the user if they want to use shims (af4d41e)

0.2.0 (2024-11-13)

Features

  • add option to configure Deno path automatically (1c9e79b)
  • Allow configuring additional extensions (bun, ruff, go) (22bb692)

Bug Fixes

  • improve error message if mise path is not set (4e5423f)

0.1.3 (2024-11-13)

Bug Fixes

0.1.2 (2024-11-13)

Bug Fixes

0.1.1 (2024-11-13)

Bug Fixes

0.1.0 (2024-11-13)

Features