Python Tools for Visual Studio
Перейти к файлу
Stella 50e9277395 Fix node path not found issue (#7670)
* update versions exposed to users

* update node path

* update path
2023-07-07 18:12:13 -05:00
.github Update bug-report.md (#7575) 2023-05-09 12:03:27 -07:00
.vscode Add .vscode directory to gitignore 2022-08-22 13:56:08 -05:00
Build Update lsp protocol package and fix compile errors (#7653) 2023-06-27 18:00:36 -05:00
Common Fix adding file as a link issue in VS (#7420) 2023-03-01 09:59:13 -08:00
Python Fix node path not found issue (#7670) 2023-07-07 18:12:13 -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
.hgignore
.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
LICENSE
PowershellEnvironment.ps1
README.md Update README.md 2021-11-16 15:54:18 -06:00
SECURITY.md
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 disable failing step that we don't currently use 2023-05-19 12:07:22 -05:00
build.root
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
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.