Skip to content

Instantly share code, notes, and snippets.

@svor
Last active March 15, 2021 13:13
Show Gist options
  • Save svor/d4f848bd99a308aa2fc781fa0797a1a7 to your computer and use it in GitHub Desktop.
Save svor/d4f848bd99a308aa2fc781fa0797a1a7 to your computer and use it in GitHub Desktop.
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: /v3/images/golang-go-icon.png
category: Programming Languages
repository: 'https://github.com/golang/vscode-go'
firstPublicationDate: '2021-03-05'
latestUpdateDate: '2021-03-09'
spec:
containers:
- image: 'quay.io/eclipse/che-plugin-sidecar@sha256:8615a29435b0256bffaf85ab2cf9327b059f14eaa6614346dfd51e3a6dd9f041'
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'
- 'https://raw.githubusercontent.com/svor/vscode-test-extension/master/vscode-test-extension-0.0.1.vsix'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment