enacl/.vscode/c_cpp_properties.json
Jesper Louis Andersen 90be3aa2dd Use GCC 9.3.0 from nix
2020-06-09 12:17:23 +02:00

16 lines
424 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/nix/store/fb30zc52va0g99q8qgv7kx4ngq163pii-gcc-wrapper-9.3.0/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}