mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
vscode: update exclusiveMinimum validation according to JSONSchemaV4 specs
This commit is contained in:
parent
77d27c67c1
commit
53b5f4ba98
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,8 @@
|
|||
"rust-analyzer.maxInlayHintLength": {
|
||||
"type": "number",
|
||||
"default": 20,
|
||||
"exclusiveMinimum": 0,
|
||||
"minimum": 0,
|
||||
"exclusiveMinimum": true,
|
||||
"description": "Maximum length for inlay hints"
|
||||
},
|
||||
"rust-analyzer.cargoFeatures.noDefaultFeatures": {
|
||||
|
|
Loading…
Reference in a new issue