Files
libucore/.vscode/c_cpp_properties.json
T
Nils O. Selåsdal cfe647f85d Project setups
2025-07-18 22:00:03 +02:00

15 lines
342 B
JSON

{
"configurations": [
{
"name": "Mac",
"includePath": [
"${default}",
"${workspaceFolder}/include"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}