Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Added configuration for alternate gopls path. (#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
anurbol authored and ramya-rao-a committed Jul 26, 2019
1 parent 1dd40da commit cdaf5e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,11 @@
"default": "gopkgs",
"description": "Alternate tool to use instead of the gopkgs binary or alternate path to use for the gopkgs binary."
},
"gopls": {
"type": "string",
"default": "gopls",
"description": "Alternate tool to use instead of the gopls binary or alternate path to use for the gopls binary."
},
"go-outline": {
"type": "string",
"default": "go-outline",
Expand Down

0 comments on commit cdaf5e8

Please sign in to comment.