Skip to content

Commit d02d5cf

Browse files
Use boolean as type of StandardLibrary key in clangd schema (SchemaStore#4592)
1 parent f76e5d8 commit d02d5cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/schemas/json/clangd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@
515515
},
516516
"StandardLibrary": {
517517
"description": "Whether to index a standard library\nhttps://clangd.llvm.org/config.html#standardlibrary",
518-
"enum": ["Yes", "No"]
518+
"type": "boolean",
519+
"default": true
519520
}
520521
},
521522
"additionalProperties": false

0 commit comments

Comments
 (0)