/dev-env-go

Golang Development Environment

Primary LanguageMakefileApache License 2.0Apache-2.0

Development Environment Template

Extensions

To automatically install extensions place the extension .vsix file in the files/extensions folder, this will get installed when the environment is created.

Packages

To install required packages into the development image add RUN block, example below, to the Dockerfile.

RUN apt-get install -q python3 python3-pip