open-story-teller/.vscode/c_cpp_properties.json
anthony@rabine.fr 157c5a5a01 usage of submodules instead of git fetch
multiple fixes/file moves
2025-01-28 22:31:05 +01:00

10 lines
179 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": ["${workspaceFolder}/**", "~/.conan2/**"]
}
],
"version": 4,
"enableConfigurationSquiggles": true
}