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

**Environment** ![image](https://user-images.githubusercontent.com/59192491/177124566-f2c50bda-d284-4eab-80aa-3cbdc0bbb411.png) **Steps to Reproduce** 1.Create a Python Project 2.Select 'View All Python Environments' ![image](https://user-images.githubusercontent.com/59192491/177125169-dd30b49a-ecd4-46d8-ac97-238ebb2e9bcb.png) 3.Check the Python Environments window is open 4.Close the Python Environments window and repeat step...

needs investigation

**Environment** ![image](https://user-images.githubusercontent.com/59192491/165046375-118d4d3c-d39a-40ab-97d3-88d9c152a808.png) **Steps to Reproduce** 1. Open folder in SE. 2. Add new python file in SE named WholsRunningMe.py 3. Add folder named TestMethod under current workspace 4. Add __init__.py...

bug
P2

**Describe the bug** VS2022 Python Fonts and Colors Customization Regression from VS2019, Defies Microsoft Documentation. No IDE syntax categories at all. Just broad spectrum Interactive colors. **Steps to Reproduce** 1.Consult...

needs investigation

Possible bug in [Call the DLL from Python](https://docs.microsoft.com/en-us/visualstudio/python/working-with-c-cpp-python-in-visual-studio?view=vs-2022#call-the-dll-from-python), per [this visualstudio-docs issue](https://github.com/MicrosoftDocs/visualstudio-docs/issues/7748). Here is that issue's original content: When trying to run the [Call the DLL from Python](https://docs.microsoft.com/en-us/visualstudio/python/working-with-c-cpp-python-in-visual-studio?view=vs-2022#call-the-dll-from-python) section, nothing...

bug
P2
waiting for response

**Environment** ![image](https://user-images.githubusercontent.com/59192491/176630396-3462c262-f6a2-4b04-a262-78184c5f20e6.png) **Steps to Reproduce** 1.Create a Python Application 2.Open an Interactive Window 3.Write some codes to get intellisense 4.Write '$help' to get REPL commands ![image](https://user-images.githubusercontent.com/59192491/176631673-cf531842-a36a-4ce9-9e91-b1665f50ebcb.png) 5.Write '$cls' 6.Repeat step3...

bug
P2

**Environment** ![image](https://user-images.githubusercontent.com/59192491/177108931-0625adc9-54af-4e59-b6cc-e80fdf448b65.png) **Steps to Reproduce** 1.Create a Flask Web Project. 2.Click Create virtual environment( Make sure Flask was successfully installed ). ![image](https://user-images.githubusercontent.com/59192491/177110935-207ef56f-3668-4e72-a05a-a53605ff47da.png) 3.Reload the Project. **Expected behavior** After Flask is...

bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/133743824-6056584d-74b8-4700-8b26-fff852c41e4a.png) **Steps to Reproduce** 1. Create a Python Application. ( The project has a default environment ) ![image](https://user-images.githubusercontent.com/82852072/133744354-dca629f9-14e6-408f-975f-198207d60810.png) 2. Add a virtual environment, and uncheck "Set as...

bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/172789728-4ab27026-11fb-493a-9ff6-4f55fe312567.png) **Steps to Reproduce** 1. Create Python application project. 2. Right-click project, select Add > New Item …, then select "Python Unit Test" followed by "Add". 3....

waiting for upstream

**Environment** ![image](https://user-images.githubusercontent.com/59192491/168545751-76a2295b-b7d8-4846-86f2-b0fb628d995f.png) **Steps to Reproduce** 1. Create a Python Application. 2. Open Live Share, make connection between host and client. 3. Click Share Terminal(Read-only) **Expected behavior** No warnings and no...

waiting for upstream

**Describe the bug** When a project is first opened, imports work as expected both from inside the same project as well as installed packages: ![image](https://user-images.githubusercontent.com/6018292/170326595-018e9bbe-a7f7-47ea-a841-8b3f0bb856a9.png) After an hour or two...

bug