xref: /DragonOS/.vscode/c_cpp_properties.json (revision 979bb3559957022164be6ee3b38b68ac554613ca)
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}