Skip to content

Commit

Permalink
Updated descriptions for gopath and inferGopath settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Feb 4, 2017
1 parent 94960c7 commit 4eccd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@
"go.inferGopath": {
"type": "boolean",
"default": false,
"description": "use workspace root to find appropriate GOPATH"
"description": "Infer GOPATH from the workspace root."
},
"go.gopath": {
"type": [
"string",
"null"
],
"default": null,
"description": "Specifies the GOPATH to use when no environment variable is set."
"description": "Specifies the GOPATH to use when no environment variable is set. The inferred GOPATH from workspace root overrides this, if go.inferGopath is set to true."
},
"go.goroot": {
"type": [
Expand Down

0 comments on commit 4eccd65

Please sign in to comment.