External console in visual code konsole kde plasma

I’m very new to the Linux and using Manjaro KDE Plasma with “externalTerminal” in visual code studio. Every time I try to debug my python script it opens Konsole but the code doesn’t run, just nothing happens

This has been asked before - there is config settting in Visual Studio Code - use the search function

Open Settings in vs code Ctrl, then search for terminal.

vscode defaults to xterm on linux - which is most likely not installed - so change the config to konsole

I already did this, when the configuration is in xterm the console does not even open, after switching from xterm to konsole, it opens but does not execute the code

I can’t say what your issues is - I don’t use vscode - but for the education I tried to reproduce but I could not.