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

Annotation of /trunk/.vscode/c_cpp_properties.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 573 - (hide annotations)
Mon Jul 29 17:54:59 2024 UTC (8 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 298 byte(s)
chore: push code for v9 [second attempt]
1 rakinar2 573 {
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