mise
mise copied to clipboard
dev tools, env vars, task runner
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://redirect.github.com/seanmonstar/reqwest) | dependencies | patch | `0.12.9` -> `0.12.10` | --- ### Release...
Untested, current broken link in https://mise.jdx.dev/lang/python.html#settings
**Describe the bug** When configured VSCode to use mise JSON schema at https://github.com/jdx/mise/blob/main/schema/mise.json, it wants `python_create_args` and `uv_create_args` to be String. This aligns with the doc at https://mise.jdx.dev/lang/python.html#automatic-virtualenv-activation However, if...
Trying out the new `mise g bootstrap` command, which works great. Here is one issue I have faced when running the localized version on the first run. **Describe the bug**...
Rough draft around the discussion #3820. This handles the basic use-case and will behave like the following. ``` # set simple value or nested value mise config set tools.node 20...
**Describe the bug** The change in #3497, adding descriptions to task completion, introduced a new requirement for `jq`, making all completions fail for people who don't have `jq` or have...
When `mise.toml` contains a lot of tools, it's handy to have a command to set all tools as global default.
It seems that there is some wrong logic related to processing `rust-toolchain.toml` which can cause some false positive warnings. Apparently, `mise` is trying to load these as `mise.toml` files and...
from @hverlin in discord: > Quick question: if using rust with mise, what's the expected value for active? ``` dev@ubuntu2:~/Documents/rust-project$ mise ls --current Tool Version Source Requested node 23.5.0 ~/Documents/rust-project/mise.toml...