diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-14 22:45:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 22:45:50 +0100 |
commit | 50e3ca9f3628c256f5f8e9936f38efd77d445131 (patch) | |
tree | 4572344488d06a7eb8a859f3301c9cf74568a32d | |
parent | 0867c62ded73925b8cb2711559ce88e2a7a4a234 (diff) | |
parent | 36d9623955c14fa6c0a849fea862498607f8a8a2 (diff) | |
download | Nim-50e3ca9f3628c256f5f8e9936f38efd77d445131.tar.gz |
Merge pull request #4489 from oderwat/faq-vscode
Added Visual Studio Code editor support to FAQ
-rw-r--r-- | web/question.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/question.rst b/web/question.rst index b3a357bb8..9de178c90 100644 --- a/web/question.rst +++ b/web/question.rst @@ -126,6 +126,7 @@ General FAQ -------------------------- - Nim IDE: https://github.com/nim-lang/Aporia + - Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=kosz78.nim - Emacs: https://github.com/nim-lang/nim-mode - Vim: https://github.com/zah/nimrod.vim/ - Scite: Included @@ -136,7 +137,7 @@ General FAQ - LiClipse: http://www.liclipse.com/ (Eclipse based plugin) - Howl: Included - Notepad++: Available via `plugin <https://github.com/jangko/nppnim/releases>`_ - + .. container:: standout |