Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 391 Bytes

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