Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ekaterina
slapos
Commits
bf3b1929
Commit
bf3b1929
authored
May 18, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/theia: gopls WIP
parent
d45d9ff4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
408 deletions
+85
-408
software/theia/gowork.cfg
software/theia/gowork.cfg
+66
-394
software/theia/software.cfg
software/theia/software.cfg
+19
-14
No files found.
software/theia/gowork.cfg
View file @
bf3b1929
This diff is collapsed.
Click to expand it.
software/theia/software.cfg
View file @
bf3b1929
...
...
@@ -298,26 +298,31 @@ mode = 0644
[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.
# install list comes from https://github.com/theia-ide/go-language-server/blob/d259749c8f263c4d845055833b03b1d2dbefa5b3/README.md#prerequisites
install +=
github.com/ramya-rao-a/go-outline
# install list comes from https://github.com/microsoft/vscode-go/blob/efb94c8575be5430207ea6b6c7d6f89e477820ce/build/Dockerfile#L24-L35
xinstall +=
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
golang.org/x/tools/cmd/godoc
github.com/sqs/goreturns
github.com/uudashr/gopkgs/v2/cmd/gopkgs
github.com/zmb3/gogetdoc
golang.org/x/lint/golint
github.com/fatih/gomodifytags
github.com/uudashr/gopkgs/cmd/gopkgs
golang.org/x/tools/cmd/gorename
sourcegraph.com/sqs/goreturns
github.com/cweill/gotests/...
golang.org/x/tools/cmd/guru
github.com/josharian/impl
github.com/haya14busa/goplay/cmd/goplay
github.com/davidrjenni/reftools/cmd/fillstruct
[gowork.goinstall]
xxcommand =
bash -c ". ${gowork:env.sh} && go install ${gowork:buildflags} -v $(echo -n '${gowork:install}' |tr '\n' ' ')"
command =
bash -c ". ${gowork:env.sh} && GO111MODULE=on go get golang.org/x/tools/gopls@v0.4.1"
[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
...
...
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