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

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Unexpected-error-in-python-development:-/10012849)._ --- When developing a modular python code (with actual custom modules imported) you can use import \_\_main__ from a...

waiting for response

Our test pipelines need to be moved from legacy release pipelines to YAML-based DartLab. See e-mail for details.

Technical Debt

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/VS2022-no-longer-allows-mapping-file-ext/1590521)._ --- [regression] [worked-in:16.11] Visual Studio 2019 supported mapping custom file extensions to the Python editor using the following process:...

**Environment** ![image](https://user-images.githubusercontent.com/59192491/127972866-6f4721ad-4e6f-4a46-be07-a208d66db2ca.png) **Steps to Reproduce** 1. Open folder in SE. 2. Add new python file in SE named module1.py 3. Select an python environment from the python toolbar to open...

In today's build, Breakpoint still can not be hit. ![image](https://user-images.githubusercontent.com/82852072/132817177-79bedde7-a24c-45f7-95fa-3f33f4f56e6c.png) **Debug info** ``` 'testhost.x86.exe' (CLR v4.0.30319: testhost.x86.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just...

bug
P1

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/156520326-2ae3112b-e20a-4ff4-86e3-7c669cfd94a1.png) Install Python 3.10 from https://www.python.org/ **Steps to Reproduce** 1. Create a Python Application project, add simple Python code. ``` from math import cos, radians # Create...

bug

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/When-I-try-to-use-Environment-Menu-pytho/1704962)._ --- [severity:I'm unable to use this version] When I try to use Environment Menu python for both 2022 and...

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/136515920-a1dd212c-0384-44a6-829c-37bc6e028393.png) **Steps to Reproduce** 1. Create a Django Web Project. 2. In solution explorer, right click on project and select: - Python, make migrations >= 1.7 -...

needs investigation

## Environment data ![image](https://user-images.githubusercontent.com/59192491/173011745-eea6b913-1f1e-44ed-8fbd-c5c65dd2aec0.png) ## Expect behavior ![image](https://user-images.githubusercontent.com/59192491/173036170-7cf71b5c-3a40-42c1-b7fd-c5677712ba6b.png) ## Actual behavior Press @ and nothing appears, press Ctrl+J, completions show like below, ![image](https://user-images.githubusercontent.com/59192491/173036213-86daceae-bfba-4b7f-9a60-24f824b78323.png) Choose "and' in the list, the @...

enhancement

The debugger attach code seems to be hardwired to support only a single process, which breaks support for debugging applications using the multiprocessing library. Perhaps one fix is to allow...

enhancement
debugging