From 40770518130ab661cfcb31638264ca0705432d03 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 19 Mar 2026 02:29:07 +0800 Subject: [PATCH] docs: clarify VS Code Python extension entry name Rename 'Python' to 'Python for VSCode' in the Editor Plugins section to disambiguate the extension from the Python language itself. Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ee6c91..517cad15 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,7 @@ _Libraries for downloading._ - Visual Studio - [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. - Visual Studio Code - - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python. + - [Python for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python. - IDE - [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available. - [spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.