i have a problem with build function in vscode (language C) because when i click on "run build task", "debug C/C++ file" or "Run C/C++ file" vscode starts building my active file but never ends. So debugger does not work at all.
Windows: 11 Vscode: 1.83.1 WSL: 2
I found out that folder ".vscode" does not work as should also
Run code - works (it shows me output and everything) Run C/C++ file - does not work
(It does not work without wsl anyway)
This is what happens when it starts building Bottom pallet
I have installed gcc and gdb I proceeded according to instructions as i found on Microsoft website At the beginning i use it withou wsl and i needed to instal msys2 for gcc (just for info if it helps)