Skip to content

Instantly share code, notes, and snippets.

@judeebene
Created May 26, 2020 10:18
Show Gist options
  • Save judeebene/d40c85b17ee9fb1a8b6cdc039269e657 to your computer and use it in GitHub Desktop.
Save judeebene/d40c85b17ee9fb1a8b6cdc039269e657 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"${env:EMSCRIPTEN}/system/include"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment