mise-vscode
mise-vscode copied to clipboard
VS Code extension for mise-en-place (https://mise.jdx.dev/)
Hello, Could you add the support of terraform for the automatic extension configuration ? Here is the configuration to set `terraform.languageServer.terraform.path` Thanks
I have a multi-root workspace in VS Code. With `"mise.configureExtensionsAutomatically": true`, then `"python.defaultInterpreterPath": "${workspaceFolder}/.venv"` is added to my workspace settings file. This doesn't work because I have projects set up...
Hi there! I think I think this is probably a "me" problem, not a "mise" problem.. We have a repo that has a very basic mise.toml file in it's root,...
Currently, the `settings.json` file is updated if any combination of tool + VSCode extension is present which might cause unnecessary updates of the `.vscode/settings.json` file From mise discord: > i...
The `mise-vscode` extension with `configureExtensionsUseSymLinks` correctly creates symlinks for the [built-in supported extensions](https://hverlin.github.io/mise-vscode/reference/supported-extensions/), given this `settings.json` extract: ```json { "mise.configureExtensionsUseSymLinks": true, "go.goroot": "${workspaceFolder}\\.vscode\\mise-tools\\goRoot", "debug.javascript.defaultRuntimeExecutable": { "pwa-node": "${workspaceFolder}\\.vscode\\mise-tools\\node" }, "go.alternateTools": {...