Python Tools for Visual Studio
Перейти к файлу
Adam Yoblick 0ff2570567
Fix asynchronous environment discovery and selection (#7489)
2023-04-25 14:40:51 -05:00
.github Create auto-label.yml (#7522) 2023-04-21 14:45:19 -07:00
.vscode Add .vscode directory to gitignore 2022-08-22 13:56:08 -05:00
Build Fix Leaked Animation (#7517) 2023-04-14 14:06:34 -07:00
Common Fix adding file as a link issue in VS (#7420) 2023-03-01 09:59:13 -08:00
Python Fix asynchronous environment discovery and selection (#7489) 2023-04-25 14:40:51 -05:00
.gitattributes Remove miniconda third party library and vsix project. 2020-09-10 11:44:05 -07:00
.gitignore Add .vscode directory to gitignore 2022-08-22 13:56:08 -05:00
.hgeol Updates ignore files. 2015-10-19 13:59:21 -07:00
.hgignore Adds back .hgignore for performance benefit for hggit users. 2017-08-14 14:31:21 -07:00
.npmrc Get PTVS building for public again (#7178) 2022-10-06 16:13:09 -05:00
.sonarcloud.properties Remove miniconda third party library and vsix project. 2020-09-10 11:44:05 -07:00
CODEOWNERS Update CODEOWNERS 2021-10-06 15:28:58 -05:00
CONTRIBUTING.md Fixes #1359 Update CoC 2016-06-22 12:50:59 -07:00
LICENSE Restore deleted files. 2015-04-06 16:27:16 -07:00
PowershellEnvironment.ps1 Normalizes all line endings. 2015-10-19 14:06:15 -07:00
README.md Update README.md 2021-11-16 15:54:18 -06:00
SECURITY.md Add SECURITY.md 2020-01-06 13:10:59 -08:00
THIRD-PARTY-NOTICES.txt Get PTVS building for public again (#7178) 2022-10-06 16:13:09 -05:00
TsaConfig.json Compliance pipeline work (#7116) 2022-08-09 13:58:54 -05:00
azure-pipelines-compliance.yml Remove broken task that we don't own (#7422) 2023-03-01 13:29:08 -06:00
azure-pipelines-integration-tests.yml Don't trigger integration tests on PR or CI builds 2022-05-23 14:07:28 -05:00
azure-pipelines.yml Compliance pipeline work (#7116) 2022-08-09 13:58:54 -05:00
build.root Normalizes all line endings. 2015-10-19 14:06:15 -07:00
cgmanifest.json Add `$schema` to `cgmanifest.json` (#7143) 2022-08-30 15:33:40 -05:00
debug.log fix syntax error 2021-02-23 16:21:11 -06:00
dirs.proj Normalizes all line endings. 2015-10-19 14:06:15 -07:00
package.json Auto-update pylance and debugpy dependencies when running PreBuild.ps1 (#6848) 2022-01-12 16:58:50 -06: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.