VS Code doesn't offer gcc as a launch configuration #11072
Unanswered
matej-almasi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@matej-almasi That means our extension isn't auto detecting a compiler at the expected locations. Do you know what the path is to the compiler you wanted to use? Is the compiler shown in the dropdown list when running the C/C++: Select IntelliSense Configuration... command? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
6.1.31-2-MANJARO GNU/Linux
VS Code 1.79.0
C++ extension v1.15.4
Hello everyone. Switched to Manjaro Linux recently and tried to set up some basic c++ environment. I ran into a problem when I press the "play" button and get a prompt to pick a configuration, only "(gdb) launch" is offered to me:

I would expect a list of configurations, at least the ones related to gcc, I double checked if I have it installed.
Furthermore, when I select the offered "(gdb) launch)", no tasks.json is created, only "empty" launch.json and a following error message (of course - launch is empty):


Does anyone know how to fix this? Could this be a distro issue?
By the way, I got the same behavior from both AUR and Snap installed VSC.
Beta Was this translation helpful? Give feedback.
All reactions