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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-19 02:29:07 +08:00
parent e967722a5d
commit 4077051813

View File

@@ -519,7 +519,7 @@ _Libraries for downloading._
- Visual Studio - Visual Studio
- [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. - [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio.
- Visual Studio Code - 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 - IDE
- [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available. - [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. - [spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.