Skip to content

Commit

Permalink
Adds recommended extensions for VS Code (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon authored Oct 2, 2024
1 parent b66b4fe commit 955bd28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 955bd28

Please sign in to comment.