Skip to content

Commit

Permalink
Make docker.host setting more verbose. Addresses #649
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashanthCorp committed Jan 3, 2019
1 parent 7b3db58 commit 4d6a1ab
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 @@ -470,7 +470,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"
},
"docker.importCertificates": {
"oneOf": [
Expand Down

0 comments on commit 4d6a1ab

Please sign in to comment.