From 673a1142cae51e3646ee557d67ea3d5407ebc423 Mon Sep 17 00:00:00 2001 From: Domeee Date: Sat, 8 Jul 2017 06:42:23 +0200 Subject: [PATCH] Add VS Code as common text editor VS Code with the Docker extension provides a great experience to fiddle around with dockerfiles --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9bb9a7a..5651775 100644 --- a/README.md +++ b/README.md @@ -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