Add VS Code as common text editor

VS Code with the Docker extension provides a great experience to fiddle around with dockerfiles
This commit is contained in:
Domeee 2017-07-08 06:42:23 +02:00 committed by GitHub
parent 8a5b3bfe30
commit 673a1142ca

View file

@ -323,6 +323,7 @@ Here are some common text editors and their syntax highlighting modules you coul
* [Vim](https://github.com/ekalinin/Dockerfile.vim)
* [Emacs](https://github.com/spotify/dockerfile-mode)
* [TextMate](https://github.com/docker/docker/tree/master/contrib/syntax/textmate)
* [VS Code](https://github.com/Microsoft/vscode-docker)
* Also see [Docker meets the IDE](https://domeide.github.io/)
### Instructions