17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"name": "kernel",
|
|
"defines": [
|
|
"DEBUG"
|
|
],
|
|
"includePath": [
|
|
"src/lib"
|
|
],
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/bin/x86_64-elf-gcc",
|
|
"cStandard": "c23"
|
|
}
|
|
]
|
|
} |