...
This commit is contained in:
19
.vscode/c_cpp_properties.json
vendored
Normal file
19
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user