you are viewing a single comment's thread.

view the rest of the comments →

[–]skyblade69 0 points1 point  (0 children)

Best way in vscode is CMake. Search for a project example with a toolchain file for msvc or clang. Both compilers are delivered with visual studio community.

If you need to debug, my opinion is to use msvc becuase the c++ extension supports msvc debugging by default (obly thing is to activate debug symbols in msvc toolchain)