From 63cbbefdf0da69d82cd5976e97932d8049241d58 Mon Sep 17 00:00:00 2001 From: Oliver Newman Date: Wed, 10 Jan 2018 09:14:53 -0800 Subject: [PATCH] Fix VS Code extension link --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index e1e012970..bc6d68cbd 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -155,7 +155,7 @@ Edition (Apache 2.0 License) with fewer features. Python (on Visual Studio Code) ------------------------------ -`Python for Visual Studio `_ is an extension for the `Visual Studio Code IDE `_. +`Python for Visual Studio `_ is an extension for the `Visual Studio Code IDE `_. This is a free, light weight, open source IDE, with support for Mac, Windows, and Linux. Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like.