Skip to content

Commit

Permalink
Add enable_fake_methods field to the schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jan 5, 2024
1 parent 692b1b9 commit 75449d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion misc/ols.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@
"type": "boolean",
"description": "Turns on builtin snippets"
},
"enable_inlay_hints": { "type": "boolean" },
"enable_inlay_hints": {
"type": "boolean",
"description": "Turn on inlay hints for editors that support it."
},
"enable_references": { "type": "boolean" },
"enable_fake_methods": {
"type": "boolean",
"description": "Turn on fake methods completion."
},
"disable_parser_errors": { "type": "boolean" },
"verbose": {
"type": "boolean",
Expand Down

0 comments on commit 75449d3

Please sign in to comment.