minix/.vscode/c_cpp_properties.json
Eirikr Hinngart ff62cb1a91 updates
2025-06-07 02:18:54 -07:00

18 lines
342 B
JSON

{
"configurations": [
{
"name": "macos-clang-arm64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c23",
"cppStandard": "c++23",
"intelliSenseMode": "macos-clang-arm64",
"compilerArgs": [
""
]
}
],
"version": 4
}