dsda: commit c_cpp_properties.json

This commit is contained in:
feos 2025-02-25 20:09:20 +03:00
parent 09fcf37d79
commit d628f035f7
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../emulibc"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}