/[sudobot]/branches/9.x-dev/.vscode/c_cpp_properties.json
ViewVC logotype

Contents of /branches/9.x-dev/.vscode/c_cpp_properties.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 298 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
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