Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
994f3d30
Commit
994f3d30
authored
May 18, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theia new gopls
parent
d7bbb8b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
14 deletions
+19
-14
software/theia/software.cfg
software/theia/software.cfg
+19
-14
No files found.
software/theia/software.cfg
View file @
994f3d30
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment