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

When clicking the environment dropdown in VS2019, then selecting Add Environment, the application hangs for a few seconds, then throws the following error - [Window Title] devenv.exe [Main Instruction] An...

P2

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Python-new-method-doesnt-update-list-of/1604009)._ --- The only way I have found to reload the list is to close the file and reopen it....

P2

**Describe the bug** ****[A clear and concise description of the bug]**** **Steps to Reproduce** 1.Follow Configuration |Read-Me Instructions for seetting up "SuperUser" (1) Open Solution Explorer (2) Right-click the Project...

P1

**Describe the bug** When selecting Django commands from the Python contextual menu in a Django project, only one of these commands (Check, Make Migration, Migrate etc) can be run. The...

P2

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/136921249-200b8251-f663-441d-84da-2cc04b4f0983.png) **Steps to Reproduce** 1. Check Formatter (Tools/Options/Text Editor/Python/Formatting) is ```black``` (default) 2. Type ``` ######this is a comment import os,sys; spam( ham [ 1 ], {...

rel-note

If you set a folder location in project properties/publish and hit publish, it says "project is not configured for publishing in project properties". Clicking publish should probably auto-save.

P2

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/120429146-7da74100-c3a7-11eb-8290-da65151e92f5.png) **Steps to Reproduce** ![image](https://user-images.githubusercontent.com/82852072/120429788-95cb9000-c3a8-11eb-8812-0a912b253870.png) **Expected behavior** Navigate bar displayed at the top of each editor window and includes a tow-level list of definitions. i. Left drop-down...

bug
P2
needs repro

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/130910285-661aa8b1-c2f0-4bad-9954-c7fc089a6b2a.png) **Steps to Reproduce** 1. Create a Python Application. 2. Right click on the project and select Add > Existing Item … 3. In the prompts dialog,...

MS Visual Studio tries to load the Python interpreter from "hard coded" path in the project file. The MSBuild system sets a pre-installed Python (pre-installed package with Visual Studio installer)...

P1

**Environment** ![image](https://user-images.githubusercontent.com/59192491/127811105-94379af3-ccce-452e-99db-d23f66f7b9f3.png) **Actual result** ![html](https://user-images.githubusercontent.com/59192491/127812006-66117314-cd74-4144-8265-5f2a143e6da0.gif) **Expected result** 1. Open the app/about.html in Django Web Project 2. Typing a vertical bar '|' character after a variable brings up completions for filters...