updated .vscode

This commit is contained in:
Günter Obiltschnig 2022-04-16 08:15:43 +02:00
parent 3df32b3526
commit f893251b9a
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@
{
"name": "Mac",
"intelliSenseMode": "clang-x64",
"includePath": ["${pocoIncludePath}"],
"includePath": ["${pocoIncludePath}", "/usr/local/opt/openssl@3/include"],
"macFrameworkPath": ["/System/Library/Frameworks"],
"defines": [],
"forcedInclude": [],

View File

@ -80,7 +80,8 @@
"unordered_map": "cpp",
"unordered_set": "cpp",
"utility": "cpp",
"vector": "cpp"
"vector": "cpp",
"__bits": "cpp"
},
"files.exclude": {
"**/.dep": true,