You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): v2021.9.1246542782
OS and version: Linux debian 5.10.0-8-amd64, Debian 11 bullseye
Python version (& distribution if applicable, e.g. Anaconda): Python 3.9.2
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: N/A
Relevant/affected Python-related VS Code extensions and their versions: N/A
Value of the python.languageServer setting: Jedi
Expected behaviour
Konsole window would open and debugging will start.
Actual behaviour
Upon launching, a blank Konsole window opens and nothing else happens. Terminal doesn't seem to respond to any inputs. If interrupted, traceback ends at debugpy/launcher/__main__.py line 54.
The script is not executed.
Steps to reproduce:
Ensure VSCode is installed with python extension in it.
Create a debug profile, with "console" in launch.json set to externalTerminal
Set "terminal.external.linuxExec" in config.json to "konsole"
debugpy.launcher-16007.log I am guilty of using VSCodium, but the extension is installed from latest VSIX from official repo. Additionaly, the same issue has been observed on regular VSCode
This has also been tested on ArcoLinux (Linux 5.13.13-arch1-1 microsoft/vscode-python#1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64 GNU/Linux) with VSCode version 1.60.2-1, and latest ms-python version, with the same results.
Additionaly, similar issue happens with Alacritty (debugger reports 'alacritty' failed with exit code 1) and xterm (same as with Konsole).
Environment data
python.languageServer
setting: JediExpected behaviour
Konsole window would open and debugging will start.
Actual behaviour
Upon launching, a blank Konsole window opens and nothing else happens. Terminal doesn't seem to respond to any inputs. If interrupted, traceback ends at
debugpy/launcher/__main__.py
line 54.The script is not executed.
Steps to reproduce:
"console"
in launch.json set toexternalTerminal
"terminal.external.linuxExec"
in config.json to"konsole"
Logs
Output for
Python
in theOutput
panel, debugpy logs and additional notesWith
logToFile
set to true:I am guilty of using VSCodium, but the extension is installed from latest VSIX from official repo. Additionaly, the same issue has been observed on regular VSCode
This has also been tested on ArcoLinux (
Linux 5.13.13-arch1-1 microsoft/vscode-python#1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64 GNU/Linux
) with VSCode version 1.60.2-1, and latest ms-python version, with the same results.Additionaly, similar issue happens with Alacritty (debugger reports
'alacritty' failed with exit code 1
) andxterm
(same as with Konsole).Konsole version: 20.12.3
XTerm version: XTerm(366)
The debugger does work if
"terminal.external.linuxExec"
isgnome-terminal
, at least on my Debian install.The text was updated successfully, but these errors were encountered: