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:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"cmake.configureOnOpen": false,
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.detectIndentation": false
|
||||
}
|
||||
Reference in New Issue
Block a user