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/Settings.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,16 @@ Show the tools and environment variables of each [monorepo](https://mise.jdx.dev
269
269
270
270
---
271
271
272
+
##### `mise.enableBootstrapCodeLens`
273
+
-**Type:**`boolean`
274
+
-**Default:**`true`
275
+
276
+
Show a code lens on each `[bootstrap.*]` section reporting how many of its entries are not in their desired state.
277
+
278
+
Requires `#mise.enableCodeLens#` and mise 2026.7.16+. Reading the status runs `mise bootstrap status`, which inspects the machine (installed packages, cloned repos, macOS defaults, Docker Compose projects); the result is cached and only read for files that declare a bootstrap section.
Copy file name to clipboardExpand all lines: package.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,13 @@
384
384
"default": true,
385
385
"markdownDescription": "Show run/add tool code lens indicators in the editor."
386
386
},
387
+
"mise.enableBootstrapCodeLens": {
388
+
"order": 11,
389
+
"type": "boolean",
390
+
"title": "Enable bootstrap code lens",
391
+
"default": true,
392
+
"markdownDescription": "Show a code lens on each `[bootstrap.*]` section reporting how many of its entries are not in their desired state.\n\nRequires `#mise.enableCodeLens#` and mise 2026.7.16+. Reading the status runs `mise bootstrap status`, which inspects the machine (installed packages, cloned repos, macOS defaults, Docker Compose projects); the result is cached and only read for files that declare a bootstrap section."
0 commit comments