Reputation: 1495
I am trying to set up vscode to do c++ programming on linux. I am confused about the instructions given. Do I need either one or both of these things given below to compile and debug my c++ code?
Can I use only cmake to compile run and debug my code? If so, do I still need the tasks.json and launch.json?
https://code.visualstudio.com/docs/cpp/config-linux
https://code.visualstudio.com/docs/cpp/cmake-linux
Upvotes: 1
Views: 2806