Skip to content

Releases: hverlin/mise-vscode

v0.13.0

18 Nov 14:32
Compare
Choose a tag to compare

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

17 Nov 19:13
Compare
Choose a tag to compare

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

17 Nov 14:33
Compare
Choose a tag to compare

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

16 Nov 18:29
Compare
Choose a tag to compare

0.10.0 (2024-11-16)

Features

  • Add view to list all tools (b4433cb)

v0.9.1

16 Nov 16:09
Compare
Choose a tag to compare

0.9.1 (2024-11-16)

Bug Fixes

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

v0.9.0

16 Nov 15:19
Compare
Choose a tag to compare

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

14 Nov 04:53
Compare
Choose a tag to compare

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

14 Nov 04:13
Compare
Choose a tag to compare

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

14 Nov 03:21
Compare
Choose a tag to compare

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

14 Nov 00:58
Compare
Choose a tag to compare

0.5.1 (2024-11-14)

Bug Fixes

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