Files
keypitecc/.vscode/c_cpp_properties.json
2026-03-06 12:29:58 +01:00

17 lines
536 B
JSON

{
"configurations": [
{
"name": "NixOS",
"compileCommands": [
"${workspaceFolder}/build/compile_commands.json"
],
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/managed_components/**",
"${workspaceFolder}/managed_components/esp-cryptoauthlib/**"
],
"compilerPath": "/nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc"
}
],
"version": 4
}