vscode only process the debug if the window are open - visual-studio-code

Basically...
If I run my code with vscode debug (F5) . The code only work if the window are showing on my desktop.
So if I minimize stop to work everything.
any ideas?

Related

Code is running in Debug console instead of terminal

I need help to change the settings from running my code in Terminal instead of Debug Code, I am using VS Code for Mac.

why my vscode automatically launch a "Debug Terminal" at start up when connecting to a specific linux machine

as you can see, the "Debug Terminal" automatically start up.
everytime I reload the vscode window, another debug terminal pops up
what could be the problem?
I've looked into the "output" column but failed to find the information of who starts the debug terminal
inside this debug terminal, it's just a normal zsh shell
I had the same issue.
For me, it was being caused by the "iPython for VSCode" plugin. Uninstalling that plugin stopped the debug terminal from opening whenever I launched VSCode.
Hope that helps someone out there, bugged me for months.

Vscode is not showing tab Output and Problems (Only when when debugging Flutter)

This is a normal Panel: (With all Tab Sections: Problems, Output, Debug Console, Terminal)
But my VSCODE when debug Flutter project shows only two tab options (Terminal - Debug Console) and if I click in terminal the Debug Console tab being hidden... (it only happens with Flutter)
To restore Hidden Tab I have to close VSCODE and reopen...
Please help me ;)

Visual studio code integrated terminal unresponsive

I have installed vscode on my ubuntu machine.
Opening it up and choosing Terminal -> New terminal opens up an integrated terminal. However, there is just a white marker where the working directory should be, and it is completely unresponsive. I have read the vscode troubleshooting and search here, but can find anything about it. What is wrong? See image of unresponsive terminal below.

How do I stop Visual Studio Code from opening a browser window when I start debugging?

When I debug a .Net Core application in Visual Studio Code by pressing F5 it opens a browser window. How can I stop this behavior?
I figured it out.
Deleting the serverReadyAction section in my launch.json solved the problem.