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

SyntaxError: Non-UTF-8 code starting with '\xff' in file C:\Users\zekio\desktop\python_temelleri\first_app.py on line 2, but no encoding declared; see https://python.org/dev/peps/pep-0263/ for details I tried a very simple print ("xxxx") code and when...

waiting for response

**Environment** ![image](https://user-images.githubusercontent.com/59192491/182787322-3f9cd3ff-af17-482f-a14d-0c2237991702.png) **Steps to Reproduce** 1.Create a project and write 'print xxxx' in default .py file 2.File -> Project, same steps as step1 3.Check the IntelliSense and ErrorList Window **Expected...

needs investigation

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Python-unittest-support-in-VS2022-comple/10102607)._ --- Unit tests are not found on discovery, and if they are they cannot be run. They never can...

waiting for response

**Environment** ![image](https://user-images.githubusercontent.com/59192491/132613493-a514b34d-49e4-4c6f-bb85-21f24cbed782.png) **Steps to Reproduce** 1. Create new project: Visual C++ > Windows Desktop > Windows Console Application 2. Open the property page 3. Click Debugging tab 4. Click to...

bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/159655588-4409bba7-8355-4628-872d-309972a37abf.png) Python install from Microsoft Store **Steps to Reproduce** 1. From Test Explorer, select Analyzer Code Coverage for Selected Tests ![image](https://user-images.githubusercontent.com/82852072/159656342-de7ffc60-9d4f-4d99-9ab1-850b58749be3.png) 2. Check Output Window / Tests...

P2
waiting for upstream

VS currently has 2 places for python options one in Text Editor->Python ![image](https://user-images.githubusercontent.com/1333179/182442229-2466170e-d915-4a9a-af82-fff25b0fa030.png) one at the root ![image](https://user-images.githubusercontent.com/1333179/182442301-9188a1b5-673d-4107-9a9f-6d2b4d8b653a.png) It is confusing which location contains options I am looking for. for...

enhancement

**Describe the bug** Uncommenting (Ctrl+K, Ctrl+U) in VS only removes the #, but commenting (Ctrl+K, Ctrl+C) in VS Code adds # plus a space. If you comment in VS Code...

bug

At any time a .py file is saved, debugged etc. the message appears and the file cannot be edited anymore, unless you close and reopen the file. In my case,...

waiting for response

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Cant-step-into-Python-or-set-Python-bre/10095721)._ --- It does not seem possible to step through a C++ program that calls Python using embedded Python. The...

waiting for response

**Describe the bug** [A clear and concise description of the bug] **Steps to Reproduce** 1. Go to definition on 'decimal' 2. click on any of the results in the search...

bug
waiting for upstream