Skip to content

Instantly share code, notes, and snippets.

@bsnacks000
Created March 28, 2020 20:46
Show Gist options
  • Select an option

  • Save bsnacks000/5e76f4fa2a44421b7e28ce6d92d899b6 to your computer and use it in GitHub Desktop.

Select an option

Save bsnacks000/5e76f4fa2a44421b7e28ce6d92d899b6 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"~/.conan/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "${default}"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment