You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ To enable auto-configuration, set [`mise.configureExtensionsAutomatically`](http
58
58
59
59
**Important:** By default, tools from your global mise configuration (`~/.config/mise/config.toml`) are included when auto-configuring other VS Code extensions ([`mise.configureExtensionsIncludeGlobalTools`](https://hverlin.github.io/mise-vscode/reference/settings/#miseconfigureextensionsincludeglobaltools) is `true` for backward compatibility). You can set it to `false` to keep your `.vscode/settings.json` clean and ensure extensions are only configured for tools actually used in your project.
60
60
61
-
## ✨ Features
61
+
## Features
62
62
63
63
The mise-vscode extension integrates mise's core functionality into VS Code, helping you manage your development environment directly from the editor. You can handle task running, tool versions, and environment variables through a simple interface. Here's what's available:
64
64
@@ -80,6 +80,8 @@ The mise-vscode extension integrates mise's core functionality into VS Code, hel
80
80
- 📝 View task definitions
81
81
- ➕ Create new toml & file tasks
82
82
- ⚡ Autocompletion of task dependencies
83
+
- 🧬 Autocompletion, hover, go to definition and find references for
0 commit comments