mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
updated .vscode
This commit is contained in:
parent
3df32b3526
commit
f893251b9a
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -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": [],
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -80,7 +80,8 @@
|
||||
"unordered_map": "cpp",
|
||||
"unordered_set": "cpp",
|
||||
"utility": "cpp",
|
||||
"vector": "cpp"
|
||||
"vector": "cpp",
|
||||
"__bits": "cpp"
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/.dep": true,
|
||||
|
Loading…
Reference in New Issue
Block a user