Fix json schema for bosh cli config keys

This commit is contained in:
Kris De Volder
2017-07-26 13:49:36 -07:00
parent 00972506e5
commit 8f67a65a5d

View File

@@ -54,10 +54,10 @@
"default": "bosh",
"description": "Path to an executable to launch the bosh cli V2. A V2 cli is required! Set this to null to completely disable all editor features that require access to the bosh director"
},
"bosh.cli.director": {
"bosh.cli.target": {
"type": ["string", "null"],
"default": null,
"description": "Specifies the director to target when executing bosh cli commands. I.e. this value is passed to the CLI via `-e` parameter."
"description": "Specifies the director/environment to target when executing bosh cli commands. I.e. this value is passed to the CLI via `-e` parameter."
},
"bosh.cli.timeout": {
"type": "integer",