Python Tools for Visual Studio
Перейти к файлу
Rich Chiodo 436d1dab4d
Add support for workspace/workspaceFolders request (#7990)
* Add support for workspace/workspaceFolders message. New requirement from pylance

* Wasn't handling the project add/remove scenario too
2024-08-29 17:16:39 -07:00
.github Change to `needs repro` label to update rotation list to include everone. (#7976) 2024-08-07 15:56:08 -07:00
.vscode
Build remove unsupported settings (#7982) 2024-08-21 21:32:32 -07:00
Common
Examples/PythonNative Add native example (#7937) 2024-07-02 13:22:48 -07:00
Python Add support for workspace/workspaceFolders request (#7990) 2024-08-29 17:16:39 -07:00
.gitattributes
.gitignore
.hgeol
.hgignore
.npmrc
.sonarcloud.properties
CODEOWNERS
CONTRIBUTING.md
LICENSE
PowershellEnvironment.ps1
README.md
SECURITY.md
THIRD-PARTY-NOTICES.txt
TsaConfig.json
azure-pipelines-compliance.yml
azure-pipelines-integration-tests.yml
azure-pipelines.yml Add nightly schedule (#7941) 2024-07-08 13:26:25 -05:00
build.root
cgmanifest.json
debug.log
dirs.proj
package.json Add support for workspace/workspaceFolders request (#7990) 2024-08-29 17:16:39 -07:00
test.yml Pass pylance version in (#7900) 2024-05-14 17:49:35 -05:00

README.md

Python tools for Visual Studio

Build Status Join the chat at https://gitter.im/Microsoft/PTVS

Python support for Visual Studio is developed and managed here.

Visual Studio 2017 and Visual Studio 2019 installation

The Python development workload is available as part of Visual Studio Community, Professional and Enterprise. To install, run the normal VS installer and select either the Python development workload or the Data science and analytical applications workload.

Visual Studio 2015 and earlier

Prior to Visual Studio 2017, Python support was released as a standalone extension. We are no longer actively developing these versions, but if you are unable to upgrade to Visual Studio 2017 yet, you can use these older installers to get Python support.

PTVS 2.2.6 is the latest available version for Visual Studio 2015. You can also find it in the Visual Studio 2015 installer by selecting "Custom" and looking under the "Programming Languages" category.

PTVS 2.2.2 is the last release for Visual Studio 2013 users.

Thank you for using and supporting Python Tools for Visual Studio.