You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was trying to attempt to follow along this tutorial https://www.youtube.com/watch?v=8jLOx1hD3_o on C++ programming with vscodium and it's proving quite difficult to get the build system going for it. So far I'm trying to use llvm-vs-code-extensions.vscode-clangd and C++ code runner extention as an alternative to microsoft intellisense.
One thing I noticed however is that I can never get the detected task feature in Terminal > create tasks.json from template to show something like
Instead I'm getting
I'm a bit stumped but would really like to be able to use vscodium when doing C++ specific coding so advice would be appreciated on steps, or if a bug ticket should be issued
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I was trying to attempt to follow along this tutorial https://www.youtube.com/watch?v=8jLOx1hD3_o on C++ programming with vscodium and it's proving quite difficult to get the build system going for it. So far I'm trying to use
llvm-vs-code-extensions.vscode-clangd
and C++ code runner extention as an alternative to microsoft intellisense.One thing I noticed however is that I can never get the detected task feature in
Terminal > create tasks.json from template
to show something likeInstead I'm getting
I'm a bit stumped but would really like to be able to use vscodium when doing C++ specific coding so advice would be appreciated on steps, or if a bug ticket should be issued
Beta Was this translation helpful? Give feedback.
All reactions