ttSpace
ttSpace
## Environment data  ## Repro Steps  ## Expected behavior decimal.ctxt will bring ```decimal.Context``` up. ## Actual behavior Cannot find 'Context' when typing 'ctxt'. 
**Describe the bug**  **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**...
**Describe the bug**  Python install from Microsoft Store **Steps to Reproduce** 1. From Test Explorer, select Analyzer Code Coverage for Selected Tests  2. Check Output Window / Tests...
**Describe the bug**  **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....
**Describe the bug**  **Steps to Reproduce** 1. Create a Python Application. ( The project has a default environment )  2. Add a virtual environment, and uncheck "Set as...
**Describe the bug**  **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....
**Describe the bug**  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...
**Describe the bug**  **Steps to Reproduce** 1. Create a Django Web Project. 2. In solution explorer, right click on project and select: - Python, make migrations >= 1.7 -...
**Describe the bug**  **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...
**Describe the bug**  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"....