update extension recommendations

This commit is contained in:
mverch67
2025-03-19 21:03:09 +01:00
parent 85f7124ca8
commit 92ad19c1db
+6 -1
View File
@@ -1,5 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format.
"recommendations": ["Trunk.io", "matepek.vscode-catch2-test-adapter"]
"recommendations": [
"Trunk.io",
"matepek.vscode-catch2-test-adapter",
"ms-vscode.cmake-tools",
"twxs.cmake"
]
}