Files
test/.vscode/c_cpp_properties.json
2020-08-19 21:55:46 +01:00

49 lines
1.4 KiB
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceRoot}",
"/usr/include",
"/usr/local/include"
],
"defines": [],
"browse": {
"path": [
"/usr/include",
"/usr/local/include"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"intelliSenseMode": "clang-x64",
"compilerPath": "/bin/clang",
"cStandard": "c11",
"cppStandard": "c++20"
},
{
"name": "Win32",
"includePath": [
"${workspaceRoot}",
"C:\\bin\\msvc2017\\community\\VC\\Tools\\MSVC\\14.12.25827\\include"
],
"defines": [
"_DEBUG",
"UNICODE"
],
"browse": {
"path": [
"${workspaceRoot}",
"C:\\bin\\msvc2017\\community\\VC\\Tools\\MSVC\\14.12.25827\\include"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"intelliSenseMode": "msvc-x64",
"compilerPath": "/bin/clang",
"cStandard": "c11",
"cppStandard": "c++14"
}
],
"version": 4
}