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
|[Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)|`python.defaultInterpreterPath`| You will still need to select the interpreter. See [this discussion](https://github.com/hverlin/mise-vscode/discussions/71)|
|[php](https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug), php built-in |`php.validate.executablePath`, `php.debug.executablePath`| Does not work with symlinks |
32
-
|[julia](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia)|`julia.executablePath`| Does not work with shims |
33
-
|[erlang](https://marketplace.visualstudio.com/items?itemName=pgourlain.erlang)|`erlang.erlangPath`| Does not work with shims |
34
-
|[dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)|`dart.sdkPath`| Does not work with shims or symlinks |
35
-
|[flutter](https://marketplace.visualstudio.com/items?itemName=dart-code.flutter)|`dart.flutterSdkPath`| Does not work with shims or symlinks |
36
-
|[zig](https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig)|`zig.path`, `zig.zls.path` (install [zls](https://mise.jdx.dev/lang/zig.html#zig-language-server) with `mise`) | Does not work with shims or symlinks |
|[Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)|`python.defaultInterpreterPath`| You will still need to select the interpreter. See [this discussion](https://github.com/hverlin/mise-vscode/discussions/71)|
|[php](https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug), php built-in |`php.validate.executablePath`, `php.debug.executablePath`| Does not work with symlinks |
32
+
|[julia](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia)|`julia.executablePath`| Does not work with shims |
33
+
|[erlang](https://marketplace.visualstudio.com/items?itemName=pgourlain.erlang)|`erlang.erlangPath`| Does not work with shims |
34
+
|[dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)|`dart.sdkPath`| Does not work with shims or symlinks |
35
+
|[flutter](https://marketplace.visualstudio.com/items?itemName=dart-code.flutter)|`dart.flutterSdkPath`| Does not work with shims or symlinks |
36
+
|[zig](https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig)|`zig.path`, `zig.zls.path` (install [zls](https://mise.jdx.dev/lang/zig.html#zig-language-server) with `mise`) | Does not work with shims or symlinks |
|[biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome-vscode)|`biome.lsp.bin`| Not enabled by default. Update `"mise.configureExtensionsAutomaticallyIgnoreList"` to `[]` to enable it. Use it only if you don't install biome with npm. |
40
41
41
42
Extensions which have built-in support for `mise`:
"markdownDescription": "List of extensions that should not be configured automatically."
@@ -204,7 +205,8 @@
204
205
"ziglang.vscode-zig",
205
206
"signageos.signageos-vscode-sops",
206
207
"joselitofilho.ginkgotestexplorer",
207
-
"bufbuild.vscode-buf"
208
+
"bufbuild.vscode-buf",
209
+
"biomejs.biome"
208
210
]
209
211
},
210
212
"markdownDescription": "List of extensions that should be configured automatically. If both include and ignore lists are set, the ignore list takes precedence. If the include list includes 'all' (default), all supported extensions are considered except those in the ignore list."
0 commit comments