Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 791 Bytes

File metadata and controls

33 lines (20 loc) · 791 Bytes

VSCode ext 4dev

docker-4dev

What is it?

A Docker image for create VSCode extensions

Resources

This image has the below resources:

Using VSCode ext 4dev

docker run -ti --rm -v `pwd`:/usr/src/app seudev/vscode-ext-4dev:1.0-alpine

Building this image:

docker build -t seudev/vscode-ext-4dev:1.0-alpine .

Licensing

seudev/docker-4dev is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.