linette-zyy

Results 45 issues of linette-zyy

**Describe the bug** ![image](https://github.com/microsoft/PTVS/assets/59192491/1872022c-ee37-48f3-ab53-84c88040462d) **Steps to Reproduce** 1. Install Anaconda (downloads from https://www.anaconda.com/download/) 2. Create Python Application project 3. Right-click on Python Environments node in SE and select "View All...

bug
P3

Environment ![image](https://github.com/microsoft/PTVS/assets/59192491/8ad8b985-2027-421b-86d2-37654aaf38b4) **Steps to Reproduce** 1.Create python application project and add "Lib\test\pythoninfo.py" and set as Startup File 2.Debug> Launch Python Profiling 3.Press any key to continue **Expected behavior** The VSP...

needs investigation

**Environment** ![image](https://github.com/user-attachments/assets/5ed0b87d-76f5-4acb-89ae-08e754a0e070) **Steps to Reproduce** 1.Check "Automatically add brackets for functions" (Tools/Options/Text Editor/Python/Advanced) 2.Add "import os" to python file. 3.Write "os.getc", you'll see autocomplete for os.getcwd, selecting it, ensure: **Expected...

bug
P2

**Environment** ![image](https://github.com/user-attachments/assets/4dabf4bb-da5e-4a39-bc62-77021f7ce44d) **Steps to Reproduce** 1.git clone https://github.com/python/typeshed open typeshed/stdlib/sys/__init__.pyi, add from typing import Optional, Tuple, Type to typeshed/stdlib/sys/__init__.pyi open typeshed/stdlib/sys/__init__.pyi, change With this instead: def exc_info() -> Tuple[Optional[Type[BaseException]], Optional[BaseException],...

bug
P2

**Environment** ![image](https://github.com/user-attachments/assets/369d8fdd-99ba-4309-8e95-41a4c7c2a91a) **Steps to Reproduce** 1. Open a new folder 2. Add a python file 3. Right click the file -> Add Debug Configuration 4. Observer **Expected behavior** The launch.vs.json...

needs repro