/[sudobot]/trunk/.vscode/c_cpp_properties.json
ViewVC logotype

Contents of /trunk/.vscode/c_cpp_properties.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 298 byte(s)
chore: add trunk
1 {
2 "configurations": [
3 {
4 "name": "Linux",
5 "includePath": ["${workspaceFolder}/**"],
6 "defines": [],
7 "cStandard": "c23",
8 "cppStandard": "c++23",
9 "intelliSenseMode": "linux-gcc-x64"
10 }
11 ],
12 "version": 4
13 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26