misc: Added recomendations for VSCode extensions to be used with the project
This has been done so that clang-tidy and clang-format can be better enforced
This commit is contained in:
parent
3a02fdea9d
commit
2ef4269b0e
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"ms-vscode.cpptools",
|
||||||
|
"notskm.clang-tidy"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue