Adds recommended extensions for VS Code (#1010)

This commit is contained in:
Putta Khunchalee 2024-10-03 01:05:17 +07:00 committed by GitHub
parent b66b4fe5d5
commit 955bd28587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,10 @@
{
"recommendations": [
"llvm-vs-code-extensions.vscode-clangd",
"ms-vscode.cmake-tools",
"ms-vscode.hexeditor",
"redhat.vscode-yaml",
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
]
}