Steting up C/C++ in vscodium (without vscode) #1665
Replies: 3 comments 4 replies
-
Was trying to follow https://www.youtube.com/watch?v=8jLOx1hD3_o but using codium and hit this same problem of trying to figure out how to run an example code that has this as it's tasks.json
Looks like cppbuild is from possibly microsoft intellisense? Anyway requesting advice on how to deal with such (Or how to port it to something that is cross compatible with vscode and vscodium. (E.g. An extension with support for cppbuild settings? Looking forward for advice! In the meantime switching to vscode to be able to learn these tutorials. |
Beta Was this translation helpful? Give feedback.
-
Came across this thread when looking into intellisense options for C++ in vscodium. I had the same issue, but was alerted to change "cppbuild" to "process". Hopefully this helps. |
Beta Was this translation helpful? Give feedback.
-
Oh my god! This is good and unexpected after this long time, it's crazy I couldn't get around it. I'll try it out as soon as I go back home. Let you know |
Beta Was this translation helpful? Give feedback.
-
Hi fellas,
well I've been searching the web for these answers for a week, so so little out there, Hope you can help me on the following:
(I've VSCodium on linux, kernel 6.1. The only extension installed is CodeLLDB)
What extensions do I need to make it work (I only know how to with cppbuild, which is propretary so there's no point. I really want to avoid going back to VScode only because I don't know I can't find these basic setups which apparently are so difficult to find a tutorila for),
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions