diff --git a/.vscode/settings.json b/.vscode/settings.json index 772c51c..87f2609 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,7 @@ "**/Thumbs.db": true, "**/*.o": true, "**/*.d": true, - } + }, + + "C_Cpp.default.includePath": ["src/kernel/include"] } \ No newline at end of file