From cbd19a586a5c0870170b5d8451312ee06f64b47a Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 16 Aug 2017 11:18:43 -0700 Subject: [PATCH] Fix typo in readme --- vscode-extensions/vscode-bosh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-bosh/README.md b/vscode-extensions/vscode-bosh/README.md index 5eb63459d..a67fb1e27 100644 --- a/vscode-extensions/vscode-bosh/README.md +++ b/vscode-extensions/vscode-bosh/README.md @@ -83,7 +83,7 @@ There are two ways to set things up to make this work: From vscode, press `CTRL-SHIFT-P` and type `Settings` then select either `Open User Settings` or `Open Workspace Settings`. The bosh cli is configured by specifying keys of the form `bosh.cli.XXX`. Content assist and hover docs show you the -the available keys and their meaning. +available keys and their meaning. Note that the `bosh.cli.XXX` settings do not allow you to provide credentials to connect to the director. The editor assumes that you are providing the credentials implicitly by using the `bosh login` command from a terminal.