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:
dragonmux 2022-06-27 00:33:20 -04:00 committed by Piotr Esden-Tempski
parent 3a02fdea9d
commit 2ef4269b0e
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.cpptools",
"notskm.clang-tidy"
]
}