You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sledge/.vscode/c_cpp_properties.json

21 lines
393 B

{
6 months ago
"configurations": [
{
"name": "linux-gcc-x64",
"intelliSenseMode": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"USE_MEM_VM",
"x86_64",
"_GNU_SOURCE"
],
"cStandard": "${default}",
6 months ago
"compilerPath": "/usr/bin/clang",
6 months ago
"cppStandard": "${default}"
}
],
"version": 4
6 months ago
}