Skip to content

Instantly share code, notes, and snippets.

@nwgh
Created February 1, 2018 18:16
Show Gist options
  • Save nwgh/0e86b72876e03bad3eb398d51d24c528 to your computer and use it in GitHub Desktop.
Save nwgh/0e86b72876e03bad3eb398d51d24c528 to your computer and use it in GitHub Desktop.
obsolete/prototypes.h vs code bug
{
"configurations": [
{
"name": "Mac",
"compileCommands": "${workspaceRoot}/obj-dbg/compile_commands.json",
"includePath": [
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
"/usr/local/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"/usr/include/machine",
"/usr/include",
"${workspaceRoot}/nsprpub/pr/include",
"${workspaceRoot}"
],
"browse": {
"path": [
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
"/usr/local/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"/usr/include/machine",
"/usr/include",
"${workspaceRoot}/nsprpub/pr/include",
"${workspaceRoot}"
]
},
"defines": [
"XP_DARWIN=1",
"DARWIN=1"
],
"intelliSenseMode": "clang-x64",
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
]
}
]
}
{
"C_Cpp.intellisenseEngineFallback": "Disabled",
"C_Cpp.loggingLevel": "Information",
"files.exclude": {
"**/.vscode": true,
"**/.hg": true,
"**/.obj-*": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment