VisualStudio icon indicating copy to clipboard operation
VisualStudio copied to clipboard

VSCode docker image

Open Aleksey-Danchin opened this issue 4 years ago • 0 comments

Guys, lets put the VisualStudio code to a docket image. I would love to use a container with an editor. Besides, you already have a browser version. Just typing a command and opening the editor in a browser.

:~$ docker pull vscode:latest
:~$ docker run --rm -it  -v $PWD:/app -p 2021:80 vscode

Plus we can to build owns assembly with preinstalled packages and plugins. We are programmers, we can afford this.

Aleksey-Danchin avatar Feb 11 '21 12:02 Aleksey-Danchin