From 8f67a65a5d05d6a67d5cb4cc45867af2ae1bbc07 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 26 Jul 2017 13:49:36 -0700 Subject: [PATCH] Fix json schema for bosh cli config keys --- vscode-extensions/vscode-bosh/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode-extensions/vscode-bosh/package.json b/vscode-extensions/vscode-bosh/package.json index 539e7ac81..4495cdddc 100644 --- a/vscode-extensions/vscode-bosh/package.json +++ b/vscode-extensions/vscode-bosh/package.json @@ -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",