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
|[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. |
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
+
||`oxc.path.node` (if [node](https://mise.jdx.dev/lang/node.html) installed through `mise`) ||
40
41
|[bazel](https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel)|`bazel.executable`, `bazel.buildifierExecutable`| Does not work with shims |
41
42
|[Swift](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode)|`swift.path`| Does not work with shims |
Copy file name to clipboardExpand all lines: package.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,8 @@
225
225
"foxundermoon.shell-format",
226
226
"sumneko.lua",
227
227
"twxs.cmake",
228
-
"ms-dotnettools.vscode-dotnet-runtime"
228
+
"ms-dotnettools.vscode-dotnet-runtime",
229
+
"SonarSource.sonarlint-vscode"
229
230
]
230
231
},
231
232
"markdownDescription": "List of extensions that should not be configured automatically."
@@ -272,7 +273,8 @@
272
273
"foxundermoon.shell-format",
273
274
"sumneko.lua",
274
275
"twxs.cmake",
275
-
"ms-dotnettools.vscode-dotnet-runtime"
276
+
"ms-dotnettools.vscode-dotnet-runtime",
277
+
"SonarSource.sonarlint-vscode"
276
278
]
277
279
},
278
280
"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