Using VSCode I can run my test python code by pressing the play icon top right.
This should = run without debugging but I get no output
I have tried adding python path to settings.json as per
vscode "Run Without Debugging" doesn't open Python Debug Console
but no change.
Not a big issue but any non workaround solutions.
2
Answers
I also updated a new answer in your post.
You can specify the shell in setting.json by adding the following code:
Of course, this method is outdated, and we will also receive warnings (but it will not affect its effectiveness):
According to the update of document, we can name the terminal and specify the default terminal in the following way:
I Fixed: Re-installing the debugger (in my case IntelliSense)