PTVS
PTVS copied to clipboard
Python Tools for Visual Studio
**Describe the bug**  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,...
**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...
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...
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]
**Describe the bug**  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() ```...
**Environment**  **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...
**Environment**  **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  **Expected behavior**...
**Environment**  **Steps to Reproduce** 1. Ensure the option is unchecked by default a. Check there is type information in below example    2. Custom Typeshed path a....
**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...
**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...