Summary
Clang can be installed on macOS to use with VS Code by copying the JSON files to a .vscode folder in a new project folder and changing the names of the source file(s) and executable as needed.
1
Additionally, the C/C++ extension for VS Code can be installed to enable IntelliSense, debugging, and code browsing.
Once the extension is installed, the C++ compiler can be configured to use Clang.
According to