0 Forks
1 Stars
1 Watchers

clang-vscode

Compiling and Debugging C++ in Visual Studio Code for Mac OS X

How to download and setup clang-vscode

Open terminal and run command
git clone https://github.com/kevincolten/clang-vscode.git
git clone is used to create a copy or clone of clang-vscode repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with clang-vscode https://github.com/kevincolten/clang-vscode/archive/master.zip

Or simply clone clang-vscode with SSH
[email protected]:kevincolten/clang-vscode.git

If you have some problems with clang-vscode

You may open issue on clang-vscode support forum (system) here: https://github.com/kevincolten/clang-vscode/issues