Type: Bug Behaviour Expected vs. Actual Discovering Python Interpreters should vanish after few seconds, but it keeps running. Diagnostic data Python version (& distribution if applicable, e.g. Anaconda): 3.11.0 Type of virtual environme...
Type: Bug Behaviour Expected vs. Actual When calling the API to resolve and environment, it should work. Steps to reproduce: Not sure whether I can repro this, but here are the steps Open VS Code Create a new conda environment named cond...
"extensions.verifySignature": false, is not working for me, I get a mix of Signature: UnknownError and UnkonwnError: Signature: UnknownError in the logs. This is making development on Linux impossible for me omrihar commented Dec 16, 2022 Did you put it in the user settings or the work...
Type: Bug Behaviour When the Python extension loads, it often detects Python 3.11 as Python 3.1. As originally reported by @niemiaszek in #22968 (comment), One strange thing for me is the fact that VS Code detects python 3.1.x in Select ...
[debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined 2023-07-25 07:22:24.395 [debug] Clearing context for python dependencies not installed: /home/workspace/workspace-cc/dvt/embed.py 2023-07-25 07:22:33.656 [debug] Cached data exists KeyPrefix=Cache_...
2023-05-30 23:48:52.775 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\CODE\SPARESDB\SPARESDB\.VENV\SCRIPTS\PYTHON.EXE","path":"c:\Code\SparesDB\SparesDB\.venv\Scripts\python.exe"} 2023-05-30 23:48:52.776 [debug] Extension ms-python.vscod...
[debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: "/home/ischurov/.conda/envs/latsym/bin/python" 2024-04-17 14:37:00.386 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: "/vol/tcm10/ischurov/.conda/envs/chromosome_tectonics/bin/python" ...
condaPath: "<placeholder>" languageServer: "Pylance" linting • flake8Args: "<placeholder>" • flake8Enabled: true • mypyEnabled: true formatting • provider: "black" testing • pytestEnabled: true Extension version: 2023.2.0
VSCode Version: 1.51.0 OS Version: Windows 10.0.18363 Build 18363 Steps to Reproduce: Install fastsim from https://www.nrel.gov/transportation/fastsim.html Run tests/test26veh3cyc.py by opening it in VSCode, selecting all the text, and h...