From 83b5fb66f94a8cf920c318e4f708f5cbc374433b Mon Sep 17 00:00:00 2001 From: Tad Thorley Date: Tue, 24 Sep 2019 23:40:43 -0600 Subject: [PATCH] Update article.md VS code is a very common editor; especially for JavaScript. --- 1-js/01-getting-started/3-code-editors/article.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1-js/01-getting-started/3-code-editors/article.md b/1-js/01-getting-started/3-code-editors/article.md index 6532e54a..d03f03de 100644 --- a/1-js/01-getting-started/3-code-editors/article.md +++ b/1-js/01-getting-started/3-code-editors/article.md @@ -32,6 +32,7 @@ In practice, lightweight editors may have a lot of plugins including directory-l The following options deserve your attention: - [Atom](https://atom.io/) (cross-platform, free). +- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free). - [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). - [Notepad++](https://notepad-plus-plus.org/) (Windows, free). - [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.