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** ![image](https://user-images.githubusercontent.com/82852072/156712433-331d5d13-3052-4865-83a3-22e6820e94d7.png) Install Python 3.10 from https://www.python.org/ **Steps to Reproduce** 1. Create a Python Application. 2. Click LiveShare and sign in. 3. Visual Studio Live Share Firewall Access,...

P2

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/127970584-aebfacea-6601-4cf4-b0d1-c83134bdc0cd.png) **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...

enhancement

From https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1378352: Affected Branch: 17 Preview 4 Affected Build: 8/19/2021 Affected Product Language: Steps to reproduce: See steps here for the extract method bug (ignore rename for now): [Extract method...

P2

Following the directions here: https://docs.microsoft.com/en-us/visualstudio/python/debugging-python-code-on-remote-linux-machines?view=vs-2019 I cannot get breakpoints to bind. Internally debugpy is returning this: ``` 1> [DebugAdapter]

bug
P1

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/137884090-b641e787-99fc-478c-a292-7356263b6277.png) Python 3.9 install from Microsoft Store Windows 10 Enterprise, Version 2004 **Steps to Reproduce** 1. Create a Python Application. 2. Type ``` import decimal decimal.Decimal() ```...

bug
P2

**Environment** ![image](https://user-images.githubusercontent.com/59192491/119962269-7237cc80-bfd9-11eb-9f5b-ce827b1c7f60.png) **Steps to Reproduce** 1. Using module combo box, switch to io module 2. Define a new method: def hello(): pass 3. Check that it exists: dir() 4. Switch...

enhancement

**Environment** ![image](https://user-images.githubusercontent.com/59192491/119960743-dfe2f900-bfd7-11eb-8a6f-95f66ccbb568.png) **Steps to Reproduce** 1. Ensure the completion mode is not "Never evaluate expressions" 2. Ensure the option "Hide static analysis suggestions" is unchecked by default ![image](https://user-images.githubusercontent.com/59192491/119961167-554ec980-bfd8-11eb-88ae-f21b984bc270.png) **Expected behavior**...

bug
P3

**Environment** ![image](https://user-images.githubusercontent.com/59192491/147731952-03b97166-36c9-4d98-bd4e-eb99c957ab70.png) **Steps to Reproduce** 1. Ensure the option is unchecked by default a. Check there is type information in below example ![image](https://user-images.githubusercontent.com/59192491/147732013-f12fb84b-8ab0-4529-aad7-36756f246b39.png) ![image](https://user-images.githubusercontent.com/59192491/147732027-0233b7dd-008d-4f07-a03c-1eacb492fa44.png) ![image](https://user-images.githubusercontent.com/59192491/147732037-d4b69a54-a0fc-4c1e-a346-fd57aa1549be.png) 2. Custom Typeshed path a....

P2

**Describe the bug** Build of Visual Studio: 17.1.0 Preview 1.0 [31818.287.main] Build of Python Package: 17.0.21274.2 OS version: Windows 10 Enterprise 20H2 Python 3.9 install from Microsoft Store **Steps to...

P2

**Environment** Build of Visual Studio: 17.1.0 Preview 1.0 [31818.287.main] Build of Python Package: 17.0.21274.2 OS version: Windows 10 Enterprise 20H2 **Steps to Reproduce** 1. Go to Tools -> Options ->Python...

bug
P3