chore: updated plugin recommendations

This commit is contained in:
Tobias Schmidl 2025-06-16 21:04:50 +02:00
parent 002bd3918d
commit cccebf674a

View file

@ -1,11 +1,12 @@
{ {
"recommendations": [ "recommendations": [
"bbenoist.doxygen", "cschlosser.doxdocgen",
"editorconfig.editorconfig", "editorconfig.editorconfig",
"elagil.pre-commit-helper", "elagil.pre-commit-helper",
"llvm-vs-code-extensions.vscode-clangd",
"ms-vscode.cmake-tools", "ms-vscode.cmake-tools",
"ms-vscode.cpptools", "ms-vscode.cpptools",
"vivaxy.vscode-conventional-commits", "streetsidesoftware.code-spell-checker",
"xaver.clang-format", "vivaxy.vscode-conventional-commits"
] ]
} }