Skip to content

Commit

Permalink
vscode: add extra go tools
Browse files Browse the repository at this point in the history
mac/install/golang.sh: Add in gopkgs and go-outline which the vscode
plugin for go uses. There is work underway to replace some of these
with gopls, see golang/vscode-go#1652.
  • Loading branch information
scrosland committed Feb 28, 2022
1 parent 07a9823 commit 5b4f060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mac/install/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ TOOLS=()
TOOLS+=( golang.org/x/tools/gopls@latest )
TOOLS+=( github.com/fatih/motion@latest )
TOOLS+=( github.com/jstemmer/gotags@master )
# for vscode until replaced by gopls
TOOLS+=( github.com/ramya-rao-a/go-outline@latest )
# for vscode until replace by gopls
TOOLS+=( github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest )
TOOLS+=( honnef.co/go/tools/cmd/keyify@master )
TOOLS+=( honnef.co/go/tools/cmd/staticcheck@latest )

Expand Down

0 comments on commit 5b4f060

Please sign in to comment.