mise.toml language support
Syntax Highlighting for TOML
Even Better TOML is automatically installed as a dependency to handle syntax highlighting for TOML files.
mise-vscode
provides syntax highlighting for tera
used for
templating in mise.toml
files
Code completion
This extension will provide two JSON schemas for code completion
- In
mise.*toml
files, it will use https://mise.jdx.dev/schema/mise.json - In
task[s]?.toml
files, a partial schema with only code completion for tasks is provided
Code lens features
This extension adds the following code lens features:
- Each task has a
run
andwatch
code lens that will run the task - A
add tool
code lens that to automatically add a tool to amise.toml
file
Code completion
- Code completion is provided for
depends = ["task_name"]
Code navigation
- Cmd/Ctrl+Click on an included file will open that file (example:
include = ["tasks.toml"
])