chore(vscode): add mac config

This commit is contained in:
Alex Fabijanic 2022-07-06 13:59:07 +02:00
parent 474dbac0c0
commit 0a53c6f4a2

View File

@ -29,8 +29,13 @@
{
"name": "Mac",
"intelliSenseMode": "clang-x64",
"includePath": ["${pocoIncludePath}", "/usr/local/opt/openssl@3/include"],
"macFrameworkPath": ["/System/Library/Frameworks"],
"includePath": [
"${pocoIncludePath}",
"/usr/local/opt/openssl@3/include"
],
"macFrameworkPath": [
"/System/Library/Frameworks"
],
"defines": [],
"forcedInclude": [],
"compilerPath": "/usr/bin/clang",
@ -38,15 +43,20 @@
"cppStandard": "c++14",
"compileCommands": "",
"browse": {
"path": ["${workspaceFolder}"],
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
},
"configurationProvider": "ms-vscode.makefile-tools"
},
{
"name": "Linux",
"intelliSenseMode": "gcc-x64",
"includePath": ["${pocoIncludePath}"],
"includePath": [
"${pocoIncludePath}"
],
"defines": [],
"forcedInclude": [],
"compilerPath": "/usr/bin/gcc",
@ -54,7 +64,9 @@
"cppStandard": "c++14",
"compileCommands": "",
"browse": {
"path": ["${workspaceFolder}"],
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}