# Issue ## Steps to reproduce: https://user-images.githubusercontent.com/54418/201782804-fcfbd192-61b0-47ac-821f-ad9b314ec8d8.mov # Diagnostic data - Python version (& distribution if applicable, e.g. Anaconda): 3.11.0 - Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv - Value of the `python.languageServer` setting: Pylance Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python) ``` XXX ``` User Settings ``` languageServer: "Pylance" linting • enabled: false formatting • provider: "black" testing • pytestArgs: "" • pytestEnabled: true • autoTestDiscoverOnSaveEnabled: false experiments • optInto: ["All"] ```