linette-zyy
linette-zyy
**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...
**Environment**  **Actual result**  **Expected result** 1. Open the app/about.html in Django Web Project 2. Typing a vertical bar '|' character after a variable brings up completions for filters...
**Environment**  **Steps to Reproduce** 1.Launch VS, search for "Django", and select the Blank Django Web Project template. 2.Enter the Name and location and check the option "Add to source...
**Environment**  **Steps to Reproduce** 1.Create a Python Application project 2.Type Sample Code ``` import decimal decimal.ctxt ``` **Expected behavior** decimal.ctxt will bring decimal.Context up.  **Actual behavior** Cannot find...
**Environment**  **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...
**Environment**  **Expected behavior**  **Actual result and screenshots** 
**Environment**  **Steps to Reproduce** 1. Launch VS and create new python application 2. Typing code in python file ``` import debugpy print(debugpy.__version__) debugpy.listen(("localhost", 5678)) debugpy.wait_for_client() print('hello') ``` 3 Run...
**Environment**  **Steps to Reproduce** 1.Open a folder and add a python file 2.Test->Test Explorer 3.Select a python environment and not install pytest 4.Enable "Show All files" in "Solution Explorer"...