zmk/.vscode/c_cpp_properties.json
2022-10-18 13:16:38 -04:00

17 lines
No EOL
423 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/msys64/mingw64/bin/gcc.exe",
"cStandard": "gnu17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-arm",
"compileCommands": ""
}
],
"version": 4
}