misc: Updated the extension recomendations we include now that clang-tidy is built into cpptools

This commit is contained in:
dragonmux
2024-08-11 03:18:05 +01:00
parent a98c0ea79a
commit ec7de02907

View File

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