mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
vscode: more type safety
This commit is contained in:
parent
eff1b3fe4d
commit
4cee3e9f22
@ -73,10 +73,18 @@
|
||||
"type": "string"
|
||||
},
|
||||
"args": {
|
||||
"type": "array"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
".+": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user