mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 13:13:24 +00:00
19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"x86_64",
|
|
"DEBUG"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |