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/b7f23461-e015-4bf6-9a0c-eca98116ecd1) **Steps to Reproduce** 1. Open a folder as workspace in SE. 2. Add new python file in SE named WholsRunningMe.py. 3. Select a python environment from the python...

bug

**Describe the bug** Conda environments and anaconda installation can not be seen at visual studio after python 3.12 uninstall, install 3.11 . Then vs gave me error something below. **Steps...

needs investigation

**Steps to Reproduce** 1.Add unit tests and save it. 2.In editor, use Run Tests or Debug Tests from the context menu. 2.In SE, right-click to select Run Tests or Debug...

bug

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Modifying-Python-Environment/10571778)._ --- Visual Studio 2022. Windows 10 Home Build19045.3930. If I open View/Other Windows/ Python Environments and then click on...

needs investigation

I experience this behavior with both the current version of vs 2022 and vs 2022 preview: - Opening a solution freezes the machine, eg blocks any interactions until (guessing this...

user responded

**Describe the bug** While in regular IntelliSense contexts, the process hangs with a modal window and never unfreezes. Only restarting devenv.exe "helps". **Steps to Reproduce** This occurs sporadically but regular...

needs investigation

**Steps to Reproduce** 1. Install Python 3.9 and 3.10 from the Microsoft Store 2. Start VS and create new Python project 3. In environment combo box, select "Add Environment..." 4....

needs repro

Im trying to debug a simple C++ application that embeds python and runs a python script. I try to use attach to process to start debugging the C++ application and...

needs repro

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/3d719314-da31-4785-b5f8-a43e2fb51d80) **Expected behavior** ![image](https://github.com/microsoft/PTVS/assets/59192491/5241ee90-c5d2-438b-a74c-78e6187b3215) **Actual result and screenshots** ![image](https://github.com/microsoft/PTVS/assets/59192491/764b7480-9275-45c1-91c9-d9a9887577ff)

bug

Hi, I'm trying to call C++ program in a pytorch project which to speed up the convolution operations. I followed the instruction [https://learn.microsoft.com/en-us/visualstudio/python/working-with-c-cpp-python-in-visual-studio?view=vs-2019](url) step by step. I also updated the...

needs repro