Parent Directory
|
Revision Log
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 |