Skip to content

Commit

Permalink
Add C++ and LLDB to VS Code recommendations (#7336)
Browse files Browse the repository at this point in the history
* Add C++ and LLDB to VS Code recommendations

* Update CL
  • Loading branch information
nbolton committed Jan 24, 2024
1 parent 9bb458b commit 6bace0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"recommendations": [
"ms-vscode.cmake-tools",
"twxs.cmake",
"llvm-vs-code-extensions.vscode-clangd"
"llvm-vs-code-extensions.vscode-clangd",
"ms-vscode.cpptools",
"vadimcn.vscode-lldb"
]
}
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Enhancements:
- #7333 Update VS Code config for Windows daemon debugging
- #7334 Implement hello back in IPC protocol
- #7335 Clickable debug source paths and new launch target
- #7336 Add C++ and LLDB to VS Code recommendations

# 1.14.6

Expand Down

0 comments on commit 6bace0d

Please sign in to comment.