Add C++ and LLDB to VS Code recommendations (#7336)

* Add C++ and LLDB to VS Code recommendations

* Update CL
This commit is contained in:
Nick Bolton
2024-01-24 20:02:39 +00:00
committed by GitHub
parent 9bb458bff2
commit 6bace0d575
2 changed files with 4 additions and 1 deletions

View File

@ -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"
]
}

View File

@ -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