diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 0f1a61dcc1b..ead74115510 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -5917,7 +5917,11 @@ "mise.toml", "mise.*.toml", "**/.mise/config.toml", - "**/mise/config.toml" + "**/.mise/config.*.toml", + "**/.mise/conf.d/*.toml", + "**/mise/config.toml", + "**/mise/config.*.toml", + "**/mise/conf.d/*.toml" ], "url": "https://mise.jdx.dev/schema/mise.json" }, diff --git a/src/schemas/json/clangd.json b/src/schemas/json/clangd.json index 45a47ff0495..e130296eae0 100644 --- a/src/schemas/json/clangd.json +++ b/src/schemas/json/clangd.json @@ -515,7 +515,8 @@ }, "StandardLibrary": { "description": "Whether to index a standard library\nhttps://clangd.llvm.org/config.html#standardlibrary", - "enum": ["Yes", "No"] + "type": "boolean", + "default": true } }, "additionalProperties": false