Commit 994f3d30 authored by Jérome Perrin's avatar Jérome Perrin

theia new gopls

parent d7bbb8b2
...@@ -297,26 +297,31 @@ mode = 0644 ...@@ -297,26 +297,31 @@ mode = 0644
[gowork] [gowork]
# Install go-language-server in workspace golang = ${golang1.14:location}
# Install go language service tools in workspace
# Note that this is the same workspace as caddy. # Note that this is the same workspace as caddy.
# install list comes from https://github.com/theia-ide/go-language-server/blob/d259749c8f263c4d845055833b03b1d2dbefa5b3/README.md#prerequisites # install list comes from https://github.com/microsoft/vscode-go/blob/efb94c8575be5430207ea6b6c7d6f89e477820ce/build/Dockerfile#L24-L35
install += xinstall +=
github.com/ramya-rao-a/go-outline
github.com/acroca/go-symbols github.com/acroca/go-symbols
github.com/nsf/gocode github.com/cweill/gotests/...
github.com/davidrjenni/reftools/cmd/fillstruct
github.com/haya14busa/goplay/cmd/goplay
github.com/mdempsky/gocode
github.com/ramya-rao-a/go-outline
github.com/rogpeppe/godef github.com/rogpeppe/godef
golang.org/x/tools/cmd/godoc github.com/sqs/goreturns
github.com/uudashr/gopkgs/v2/cmd/gopkgs
github.com/zmb3/gogetdoc github.com/zmb3/gogetdoc
golang.org/x/lint/golint golang.org/x/lint/golint
github.com/fatih/gomodifytags
github.com/uudashr/gopkgs/cmd/gopkgs
golang.org/x/tools/cmd/gorename golang.org/x/tools/cmd/gorename
sourcegraph.com/sqs/goreturns
github.com/cweill/gotests/... [gowork.goinstall]
golang.org/x/tools/cmd/guru xxcommand =
github.com/josharian/impl bash -c ". ${gowork:env.sh} && go install ${gowork:buildflags} -v $(echo -n '${gowork:install}' |tr '\n' ' ')"
github.com/haya14busa/goplay/cmd/goplay command =
github.com/davidrjenni/reftools/cmd/fillstruct bash -c ". ${gowork:env.sh} && GO111MODULE=on go get golang.org/x/tools/gopls@v0.4.1"
[cli-utilities] [cli-utilities]
PATH = ${nodejs:location}/bin/:${bash:location}/bin/:${fish-shell:location}/bin/:${tig:location}/bin/:${vim:location}/bin/:${tmux:location}/bin/:${git:location}/bin/:${curl:location}/bin PATH = ${nodejs:location}/bin/:${bash:location}/bin/:${fish-shell:location}/bin/:${tig:location}/bin/:${vim:location}/bin/:${tmux:location}/bin/:${git:location}/bin/:${curl:location}/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment