Provide a list of recommended VS Code extensions.

This commit is contained in:
Bartosz Taudul 2024-03-16 14:41:52 +01:00
parent ee81795f26
commit 699d93c7ae
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

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

@ -0,0 +1,7 @@
{
"recommendations": [
"llvm-vs-code-extensions.vscode-clangd",
"vadimcn.vscode-lldb",
"ms-vscode.cmake-tools"
]
}