Remove twxs.cmake from VS Code recommended extension list (#3455)

This commit is contained in:
Anohkka 2025-04-20 15:45:23 -03:00 committed by GitHub
parent 2a0242b1df
commit 6aa3bb1e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
{
"recommendations": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"twxs.cmake"
"ms-vscode.cmake-tools"
]
}