ttSpace

Results 35 issues of ttSpace

## Environment data ![image](https://user-images.githubusercontent.com/82852072/178705779-806a9fd6-e6b7-48b6-a1b8-3b20c3861921.png) ## Repro Steps ![image](https://user-images.githubusercontent.com/82852072/178708769-ac1dc413-05d1-4a7d-aef4-220b70d26cca.png) ## Expected behavior decimal.ctxt will bring ```decimal.Context``` up. ## Actual behavior Cannot find 'Context' when typing 'ctxt'. ![image](https://user-images.githubusercontent.com/82852072/178707036-cf6de74c-0789-4896-bcd6-69dbdbeedc08.png)

needs investigation

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/184295347-1e4e66f7-a8f8-46bd-a1cd-be37c76ee0e9.png) **Steps to Reproduce** 1. Create a Python Application. 2. Open Live Share, make connection between host and client. 3. Type ```import``` in the client. **Expected behavior**...

needs triage

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/159655588-4409bba7-8355-4628-872d-309972a37abf.png) Python install from Microsoft Store **Steps to Reproduce** 1. From Test Explorer, select Analyzer Code Coverage for Selected Tests ![image](https://user-images.githubusercontent.com/82852072/159656342-de7ffc60-9d4f-4d99-9ab1-850b58749be3.png) 2. Check Output Window / Tests...

P2
waiting for upstream

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/174233140-ae6f597f-87f7-4657-8415-24144732a7b0.png) **Steps to Reproduce** 1. Create a Python Application. 2. Create a virtual environment. **Expected behavior** The output window shows that the virtual environment was created successfully....

bug
P2

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/133743824-6056584d-74b8-4700-8b26-fff852c41e4a.png) **Steps to Reproduce** 1. Create a Python Application. ( The project has a default environment ) ![image](https://user-images.githubusercontent.com/82852072/133744354-dca629f9-14e6-408f-975f-198207d60810.png) 2. Add a virtual environment, and uncheck "Set as...

bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/172789728-4ab27026-11fb-493a-9ff6-4f55fe312567.png) **Steps to Reproduce** 1. Create Python application project. 2. Right-click project, select Add > New Item …, then select "Python Unit Test" followed by "Add". 3....

waiting for upstream

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/156520326-2ae3112b-e20a-4ff4-86e3-7c669cfd94a1.png) Install Python 3.10 from https://www.python.org/ **Steps to Reproduce** 1. Create a Python Application project, add simple Python code. ``` from math import cos, radians # Create...

bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/136515920-a1dd212c-0384-44a6-829c-37bc6e028393.png) **Steps to Reproduce** 1. Create a Django Web Project. 2. In solution explorer, right click on project and select: - Python, make migrations >= 1.7 -...

needs investigation

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/130408446-47eb1835-6bf0-404c-ab12-98747665ef91.png) **Steps to Reproduce** 1. Create a Python Application. 2. Create a conda environment. (Install Anaconda (downloads at https://www.anaconda.com/download/) if no Anaconda ) 3. Close the VS...

bug
P2

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/149882124-369ce37d-1804-4510-841a-4442bd4a9bec.png) Python install from Microsoft Store. **Steps to Reproduce** 1. Create a Python Application project. 2. Open "Python Environments" window->"Overview" page to enable "Use IPython interactive mode"....

P1