mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
vscode: update exclusiveMinimum validation according to JSONSchemaV4 specs
This commit is contained in:
parent
77d27c67c1
commit
53b5f4ba98
@ -248,7 +248,8 @@
|
|||||||
"rust-analyzer.maxInlayHintLength": {
|
"rust-analyzer.maxInlayHintLength": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 20,
|
"default": 20,
|
||||||
"exclusiveMinimum": 0,
|
"minimum": 0,
|
||||||
|
"exclusiveMinimum": true,
|
||||||
"description": "Maximum length for inlay hints"
|
"description": "Maximum length for inlay hints"
|
||||||
},
|
},
|
||||||
"rust-analyzer.cargoFeatures.noDefaultFeatures": {
|
"rust-analyzer.cargoFeatures.noDefaultFeatures": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user