Created
August 5, 2021 11:17
-
-
Save svor/dd16fcb4b6f4985638509b5bf868ef5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: golang | |
name: go | |
version: latest | |
type: VS Code extension | |
displayName: Go | |
title: Go | |
description: Rich Go language support for Visual Studio Code | |
icon: /images/golang-go-icon.png | |
category: Programming Languages | |
repository: 'https://github.com/golang/vscode-go' | |
firstPublicationDate: '2021-03-05' | |
latestUpdateDate: '2021-08-03' | |
spec: | |
containers: | |
- image: 'vsvydenko/go:test' | |
name: vscode-go | |
memoryLimit: 512Mi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
env: | |
- name: GOPATH | |
value: '/go:$(CHE_PROJECTS_ROOT)' | |
extensions: | |
- 'https://github.com/golang/vscode-go/releases/download/v0.23.0/go-0.23.0.vsix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment