From b92229299d7dec4ce3273b7ba239444e47e5d512 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 13 Nov 2017 13:35:35 +0100 Subject: [PATCH] Updated Python extension link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec7adf..83e78a2 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### Python -- [Python](https://marketplace.visualstudio.com/items?itemName=donjayamanne.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. +- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. ### Rust