visual studio code linux

  • Cross-platform Coding with GitHub in VS Code can be Tiresome.

    The default path in windows seems to be minGW64bin in windows but that doesn’t work in Linux, by default the compiler path in Linux (at least in arch linux) is /bin/clang . Pretty easy to fix just change the .vscode file in your C/C++ code file to the linux directory clang. The issue remains that you can’t commit with source…

    Read More »
Back to top button