linette-zyy

Results 45 issues of linette-zyy

**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

**Environment** ![image](https://user-images.githubusercontent.com/59192491/127811105-94379af3-ccce-452e-99db-d23f66f7b9f3.png) **Actual result** ![html](https://user-images.githubusercontent.com/59192491/127812006-66117314-cd74-4144-8265-5f2a143e6da0.gif) **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** ![image](https://user-images.githubusercontent.com/59192491/190982030-a5e82a0b-4a8d-43b8-9735-3d2256185758.png) **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...

waiting for response

**Environment** ![image](https://user-images.githubusercontent.com/59192491/196321131-05c1b453-511f-4af3-b63d-44e793356fe6.png) **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. ![image](https://user-images.githubusercontent.com/59192491/196322182-023c0289-fe69-4bc6-9a7b-6ec01d07f3bd.png) **Actual behavior** Cannot find...

waiting for upstream

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/b7f23461-e015-4bf6-9a0c-eca98116ecd1) **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...

bug

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/3d719314-da31-4785-b5f8-a43e2fb51d80) **Expected behavior** ![image](https://github.com/microsoft/PTVS/assets/59192491/5241ee90-c5d2-438b-a74c-78e6187b3215) **Actual result and screenshots** ![image](https://github.com/microsoft/PTVS/assets/59192491/764b7480-9275-45c1-91c9-d9a9887577ff)

bug

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/66e4b59c-f3bd-4e3f-861f-e5f656b692c8) **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...

needs investigation

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/07173dfd-fff1-4285-a5b2-7fde72bdaabb) **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"...

bug
P2