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

**Describe the bug** **Steps to Reproduce** 1. Create python application named PythonAppication1 2. Create python application named PythonAppication2 3. Right-click in PythonAppication1 and select Add->reference..., select PythonApplication2 as referenced 4....

needs repro

- [x] Modify PTVS workload to grab python 3.12 bits from python.org See [https://microsoft.sharepoint.com/teams/python/Documents/Documents/Python%20Team/Python%20VS/Dev%20Docs.one#Update%20VS%20Bundled%20Python%20Version&section-id={D7206CE2-CF40-437B-8CE9-1E55F4BC2F44}&page-id={2D123ECB-BEC2-4CA8-9597-19BD5F809205}&end](https://microsoft.sharepoint.com/teams/python/Documents/Documents/Python%20Team/Python%20VS/Dev%20Docs.one#Update%20VS%20Bundled%20Python%20Version&section-id=%7BD7206CE2-CF40-437B-8CE9-1E55F4BC2F44%7D&page-id=%7B2D123ECB-BEC2-4CA8-9597-19BD5F809205%7D&end) for steps. - [x] Mark existing cpython component (which should now point to 3.12) as NOT...

on hold

from vsdisc: I enabled the Python workload, opened a folder with Python files and when I start to debug current document, looks like any of them, I get: ![image](https://github.com/microsoft/PTVS/assets/547753/87188995-4739-46ad-a681-a554d1038189) No...

bug

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/66e4b59c-f3bd-4e3f-861f-e5f656b692c8) **Steps to Reproduce** 1. Launch VS and create new python application 2. Typing code in python file ``` import debugpy print(debugpy.__version__) debugpy.listen(("localhost", 5678)) debugpy.wait_for_client() print('hello') ``` 3 Run...

needs investigation

Perform various actions and document features that are broken for python 3.12 ### General Editing - [x] Create a new python project, run code to see IntelliSense - [x] Run...

enhancement
on hold

Related to #7565 Need to investigate what changes are needed to support Python 3.12 in PTVS. There are three areas that need to be updated: Python workload in VS: -...

enhancement
Epic
on hold

**Describe the bug** ![image](https://github.com/microsoft/PTVS/assets/82852072/b939ebdd-2af2-42e7-9c8e-841e85ffc591) **Steps to Reproduce** 1. Launch VS 2. Click "View->Cookiecutter Explorer" 3. Select "tiangolo/full-stack-fastapi-postgresql" to click "Next" 4. Wait for load successfully and then click "Create and...

This is the largest task in the 3.12 support epic. It's much trickier because the cpython team changed lots of the python internals between 3.9 and 3.12, which will cause...

needs repro

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/07173dfd-fff1-4285-a5b2-7fde72bdaabb) **Steps to Reproduce** 1.Open a folder and add a python file 2.Test->Test Explorer 3.Select a python environment and not install pytest 4.Enable "Show All files" in "Solution Explorer"...

bug
P2