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: docs/src/content/docs/reference/Supported-extensions.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ List of extensions that can be automatically configured to use tools from
39
39
|[oxc](https://marketplace.visualstudio.com/items?itemName=oxc.oxc-vscode)|`oxc.path.oxfmt`, `oxc.path.oxlint`, `oxc.path.tsgolint`| Not enabled by default. Update `"mise.configureExtensionsAutomaticallyIgnoreList"` to `[]` to enable it. Use it only if you don't install oxc with npm. Note that `oxfmt` and `npm:tsgolint` are separate tools from `oxlint`. |
40
40
|[bazel](https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel)|`bazel.executable`, `bazel.buildifierExecutable`| Does not work with shims |
41
41
|[Swift](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode)|`swift.path`| Does not work with shims |
|[Tombi TOML](https://marketplace.visualstudio.com/items?itemName=tombi-toml.tombi)|`tombi.path`| Does not work with symlinks |
42
50
43
51
Extensions which have built-in support for `mise`:
44
52
@@ -51,7 +59,8 @@ Extensions which have built-in support for `mise`:
51
59
If the extension you're using is not listed above, you can still configure it manually. See the [Custom Extensions Guide](/mise-vscode/guides/custom-extensions/) for more details.
52
60
53
61
Extensions that are not supported:
54
-
-[Rust](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) does not offer to update the cargo path automatically. See [this discussion](https://github.com/hverlin/mise-vscode/discussions/70) for workarounds.
62
+
63
+
-[Rust](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) does not offer to update the cargo path automatically. See [this discussion](https://github.com/hverlin/mise-vscode/discussions/70) for workarounds.
55
64
56
65
If you would like to add one, you can open a PR that updates
Copy file name to clipboardExpand all lines: package.json
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,15 @@
217
217
"biomejs.biome",
218
218
"oxc.oxc-vscode",
219
219
"bazelbuild.vscode-bazel",
220
-
"swiftlang.swift-vscode"
220
+
"swiftlang.swift-vscode",
221
+
"Pkl.pkl-vscode",
222
+
"exiasr.hadolint",
223
+
"astral-sh.ty",
224
+
"tombi-toml.tombi",
225
+
"foxundermoon.shell-format",
226
+
"sumneko.lua",
227
+
"twxs.cmake",
228
+
"ms-dotnettools.vscode-dotnet-runtime"
221
229
]
222
230
},
223
231
"markdownDescription": "List of extensions that should not be configured automatically."
@@ -256,7 +264,15 @@
256
264
"biomejs.biome",
257
265
"oxc.oxc-vscode",
258
266
"bazelbuild.vscode-bazel",
259
-
"swiftlang.swift-vscode"
267
+
"swiftlang.swift-vscode",
268
+
"Pkl.pkl-vscode",
269
+
"exiasr.hadolint",
270
+
"astral-sh.ty",
271
+
"tombi-toml.tombi",
272
+
"foxundermoon.shell-format",
273
+
"sumneko.lua",
274
+
"twxs.cmake",
275
+
"ms-dotnettools.vscode-dotnet-runtime"
260
276
]
261
277
},
262
278
"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