General: Add default .vscode directory

The .vscode contains 2 C++ profiles that use my custom toolchain and
correct library include paths. One configuration is for kernel and other
for userspace
This commit is contained in:
2024-06-19 10:10:54 +03:00
parent ad6d95ba52
commit d5daa46ab8
2 changed files with 42 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"cmake.configureOnOpen": false,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false
}