Files
nub-os/.vscode/c_cpp_properties.json
nub31 45a9023bab ...
2025-09-06 21:21:59 +02:00

19 lines
422 B
JSON

{
"version": 4,
"configurations": [
{
"name": "test",
"defines": [
"DEBUG"
],
"includePath": [
"src/kernel",
"src/arch",
"src"
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/x86_64-elf-gcc",
"cStandard": "c23"
}
]
}