I try to run a .c
with vscode
on a wsl
environment. I have both gcc
and g++
installed. I verified that on a vscode
terminal as explained in the guide: enter link description here. Í also have all the necessary extensions installed.
My problem: Step 4, choosing a compiler for the project fails – vscode
can’t find the compiler. How do I configure vscode
to use my compiler?