linette-zyy
linette-zyy
**Environment** Build of Visual Studio: 17.1.0 Preview 2.0 [31904.282.main] Build of Python Package: 17.0.21295.2 OS version: Windows 11 Enterprise 21H2 Python install from Microsoft Store **Steps to Reproduce** 1. Create...
**Environment**  _**Situation1**_ **Steps to Reproduce** 1. Add folder to search path Module1.py file prepared with below code copied to c:\test folder ``` def summizing(title: str, mock: bool): pass def...
**Environment**  **Steps to Reproduce** 1. Create a new Python application 2. Right click Python Environment --> Add Environment to create a Conda environment 3. Close the VS and restart...
**Environment**  **Steps to Reproduce** 1.Create a module7.py under D:\test_pythonpath 2.Add the module7.py path to PYTHONPATH  3.Launch VS and create a pythonapplication, make sure "Ignore system-wide PYTHONPATH variables" is...
**Environment**  **Steps to Reproduce** 1. Checked the "Prompt before running when errors are present" in tools/options/python/debugging 2. Create a python application project 3. Type print("hello python" in default opened...
**Environment**  **Actual result** **1. Extract method and remove imports are missing.** 1. Go to to Edit> Refactor 2. Observe 
**Environment**  **Steps to Reproduce** 1. Create a Python Application project 2. Input some code 3. Move the cursor to a one line 4. The Quick Action icon appears in...
**Environment**  **Steps to Reproduce** 1. Create a new Python project 2. Create a virtual environment 3. Close the VS 4. Click “Save” to save some changes   5....
**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**...