Skip to content

Commit

Permalink
Make docker.host setting more verbose. Addresses #649 (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashanthCorp authored and StephenWeatherford committed Jan 28, 2019
1 parent cf8f918 commit b40f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
"docker.host": {
"type": "string",
"default": "",
"description": "Host to connect to (same as setting the DOCKER_HOST environment variable)"
"description": "Full host address to connect to (with protocol). Equivalent to setting the DOCKER_HOST environment variable"

This comment has been minimized.

Copy link
@chrmarti

chrmarti May 24, 2019

@PrashanthCorp @StephenWeatherford The code looks like it only supports : (no protocol). Should this description be updated? (Looking into reusing your setting when present.)

},
"docker.importCertificates": {
"oneOf": [
Expand Down

0 comments on commit b40f943

Please sign in to comment.