Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base the GOPATH on the projects location injected by Che. #165

Merged
merged 1 commit into from
Jun 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions v3/plugins/ms-vscode/go/0.9.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ firstPublicationDate: "2019-02-21"
spec:
containers:
- image: "eclipse/che-remote-plugin-go-1.10.7:next"
env:
- name: GOPATH
value: /go:$(CHE_PROJECTS_ROOT)
extensions:
- https://github.com/Microsoft/vscode-go/releases/download/0.9.2/Go-0.9.2.vsix
9 changes: 6 additions & 3 deletions v3/plugins/ms-vscode/go/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ description: This extension adds rich language support for the Go language
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/Microsoft/vscode-go.git
category: Language
firstPublicationDate: '2019-02-21'
firstPublicationDate: "2019-02-21"
spec:
containers:
- image: eclipse/che-remote-plugin-go-1.10.7:next
- image: "eclipse/che-remote-plugin-go-1.10.7:next"
env:
- name: GOPATH
value: /go:$(CHE_PROJECTS_ROOT)
extensions:
- https://github.com/Microsoft/vscode-go/releases/download/0.9.2/Go-0.9.2.vsix
- https://github.com/Microsoft/vscode-go/releases/download/0.9.2/Go-0.9.2.vsix