-
Notifications
You must be signed in to change notification settings - Fork 32
Description
OS: Debian GNU/Linux 13 (trixie) x86_64
Host: HP Envy x360 2-in-1 Laptop 14-fa0xxx
Kernel: Linux 6.12.48+deb13-amd64
VSCode: 1.105.1
Error:
Error running command python-envs.createTerminal: Extension 'ms-python.vscode-python-envs' CANNOT use API proposal: terminalDataWriteEvent. Its package.json#enabledApiProposals-property declares: terminalShellEnv but NOT terminalDataWriteEvent. The missing proposal MUST be added and you must start in extension development mode or use the following command line switch: --enable-proposed-api ms-python.vscode-python-envs. This is likely caused by the extension that contributes python-envs.createTerminal.
Cause:
Trying to open terminals through the venv enviroment error throws this error and does not open.
Related:
Running python programs in venvs via "Run Python File" play button does not execute code.