Skip to content

Commit

Permalink
Add vscode-lldb to recommended extensions list
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Oct 29, 2024
1 parent f1e5aea commit 983b380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"recommendations": [
// C++ intellisense with clangd.
"llvm-vs-code-extensions.vscode-clangd"
"llvm-vs-code-extensions.vscode-clangd",
// TODO: remove this before upstreaming
"vadimcn.vscode-lldb",
],
"unwantedRecommendations": [
// Microsoft C++ intellisense (doesn't work properly with Sorbet)
Expand Down

0 comments on commit 983b380

Please sign in to comment.