Files
nub-os/.vscode/c_cpp_properties.json
nub31 4f55956fee ...
2025-09-06 22:07:17 +02:00

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"
}
]
}