File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
66
77# [Optional] Uncomment this section to install additional OS packages.
88RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9- && apt-get -y install --no-install-recommends default-jdk gradle maven golang-go \
10- && go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
9+ && apt-get -y install --no-install-recommends default-jdk gradle maven
1110
1211
Original file line number Diff line number Diff line change 1313 - uses : actions/setup-go@v2
1414 with :
1515 go-version : " ^1.13.1"
16- - run : go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
1716 - run : sbt test
1817 check :
1918 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ This page documents tips and tricks for contributing to the
1111
1212- ` java ` : any version should work
1313- ` git ` : any version should work
14- - ` lsif-semanticdb ` :
15- ` go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb `
1614- ` gradle ` : ` brew install gradle ` , or see
1715 [ general installation guide] ( https://gradle.org/install/ ) .
1816- ` mvn ` : ` brew install maven ` , or see
You can’t perform that action at this time.
0 commit comments