xref: /DragonOS/.vscode/c_cpp_properties.json (revision 2813126e3190c9b3c1a836a647b259a7adbe0cf3)
1{
2    "configurations": [
3        {
4            "name": "Linux",
5            "includePath": [
6                "${workspaceFolder}/**"
7            ],
8            "defines": [
9                "__x86_64__",
10                "DEBUG"
11            ],
12            "compilerPath": "/usr/bin/gcc",
13            "cStandard": "gnu17",
14            "cppStandard": "gnu++14",
15            "intelliSenseMode": "linux-gcc-x64"
16        }
17    ],
18    "version": 4
19}