PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Python Tools for Visual Studio

Results 249 PTVS issues
Sort by recently updated
recently updated
newest added

I think the software should have, just like VS 2019, options for changing the color in text editor for differents types of data in general (which could be applied to...

enhancement

**Environment** ![image](https://user-images.githubusercontent.com/59192491/129860334-6c40089a-9c81-4912-8a62-5129eb86ce1b.png) **Steps to Reproduce** 1. Create a Python Application project 2. Input some code 3. Move the cursor to a one line 4. The Quick Action icon appears in...

waiting for upstream

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/opensslexe-has-security-vulnerability/1544429)._ --- Our corporate security PC has scanned my PC with the latest version of VC2019 on and reported that...

P2

The PR (https://github.com/microsoft/PTVS/pull/6851) that fixed a bug did a little too much. Remove the TargetFrameworkMoniker line, since MSBuild is supposed to set this for you. Verify this works.

P2

Now that policy build has been fixed, TSA bugs have appeared. Need to fix them. See email for details.

P1

Look through the existing tests and add 3.10 tests wherever you see other version-specific tests. Then run the 3.10 tests and fix them if they are broken.

P1

**Environment** ![image](https://user-images.githubusercontent.com/59192491/159846749-c6e3d849-64fa-4114-a9b7-185343aabb92.png) **Steps to Reproduce** 1. Create a new Python project 2. Create a virtual environment 3. Close the VS 4. Click “Save” to save some changes ![image](https://user-images.githubusercontent.com/59192491/159846945-4eab51ef-13ad-44e9-9be5-2a2881261d16.png) ![image](https://user-images.githubusercontent.com/59192491/159846972-fbbb588e-c55e-4c2d-a1cf-b270f0b2b1a9.png) 5....

We no longer support Python

Technical Debt

There's a bunch of dead code in PTVS that is there solely to support old VS versions that are no longer targeted, and needs to be cleaned up. For low-hanging...

Technical Debt

This came up in the LSP Weekly Sync meeting today. [PythonLanguageClient::OnSendToServer](https://github.com/microsoft/PTVS/blob/main/Python/Product/PythonTools/PythonTools/LanguageServerClient/PythonLanguageClient.cs#L483) is modifying the LSP initialize message to claim that workspace folders are supported even though VS does not support...

Technical Debt