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://github.com/microsoft/PTVS/assets/59192491/974bf7b8-966a-4475-90b6-5a90c0ee3cf4) **Steps to Reproduce** 1.Create Blank Django Web Project 2.Create virtual environment 3.Right-click BasicProject in SE, select Add > New item > Django 1.9 App, specify the app name...

needs repro

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/35678352-dfc9-410f-a6ab-13caa1e92ea9) **Steps to Reproduce** 1. Create a python file and input below codes ``` input('>') from math import cos, radians # Create a string with spaces proportional to a...

needs investigation

**Describe the bug** ![image](https://github.com/microsoft/PTVS/assets/82852072/e25d40a5-25f0-4a0f-aecb-cb18c11d1f70) **Steps to Reproduce** 1. Create a Python Application project. 2. Right-click on the current environment and select Manage Python Packages... 3. Switch to overview page. 4....

needs investigation

"Start without Debug" and "Start with Debug" buttons not showing at all for stand alone python file **Steps to Reproduce** 1. Create any Empty Console application 2. Create and add...

user responded

**Environment** ![image](https://user-images.githubusercontent.com/59192491/234812062-3b6ca50c-834a-4ca2-a66d-693653456bda.png) **Steps to Reproduce** 1.Create a Flask Web project 2.Add a 'environment.yml' file in it ``` name: test dependencies: - numpy ``` 3.Upload Project 4.Reload Project **Expected behavior** The...

needs investigation

Currently, there's no way for the users to configure debugpy beyond the UI in Tools -> Options -> Python and project properties. Most importantly, this UI doesn't cover #6610, but...

enhancement

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Python-project-reports-a-NET-Framwork-e/10280941)._ --- [severity:It bothers me. A fix would be nice] Python project reports a problem (when it references a .NET...

enhancement

**Environment** ![image](https://user-images.githubusercontent.com/59192491/199203905-47ca99da-e697-4157-8152-3813cde4a07a.png) **Steps to Reproduce** 1.Launch VS and open a local folder ![image](https://user-images.githubusercontent.com/59192491/199203154-8c9ddb92-b6e9-44f4-8291-2078f501d3ec.png) 2.Select View > Cookiecutter Explorer 3.Add a python file 4.Add a virtual environment 'env' in toolbar combo...

bug

- Add a nightly schedule to ensure all dependencies are always up to date - If the build is due to a scheduled run, force pylance release type to preview....