Skip to content

Instantly share code, notes, and snippets.

@sean-gilliam
Last active December 2, 2019 21:33
Show Gist options
  • Save sean-gilliam/2cf0acf0f0e70ebdc55c0ec79c33a859 to your computer and use it in GitHub Desktop.
Save sean-gilliam/2cf0acf0f0e70ebdc55c0ec79c33a859 to your computer and use it in GitHub Desktop.
riftshadow vscode settings.json
{
"files.associations": {
"*.h": "cpp",
"*.c": "cpp"
},
"catch2TestExplorer.executables": {
"name": "${filename}",
"pattern": "tests/*{_tests}*"
},
"C_Cpp.intelliSenseEngine": "Tag Parser"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment