...
This commit is contained in:
6
.vscode/c_cpp_properties.json
vendored
6
.vscode/c_cpp_properties.json
vendored
@@ -2,14 +2,12 @@
|
||||
"version": 4,
|
||||
"configurations": [
|
||||
{
|
||||
"name": "test",
|
||||
"name": "kernel",
|
||||
"defines": [
|
||||
"DEBUG"
|
||||
],
|
||||
"includePath": [
|
||||
"src/kernel",
|
||||
"src/arch",
|
||||
"src"
|
||||
"src/lib"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerPath": "/usr/bin/x86_64-elf-gcc",
|
||||
|
||||
Reference in New Issue
Block a user