add lldb for c++
This commit is contained in:
parent
c09b15197b
commit
b3469df5bf
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@ comment-token = "//"
|
|||
|
||||
language-server = { command = "clangd" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
debug-adapter = { name = "lldb", transport = "tcp", command = "lldb-vscode", args = [], port-arg = "-p {}" }
|
||||
|
||||
[[language.debug-configs]]
|
||||
console = "internalConsole"
|
||||
program = "main"
|
||||
|
||||
[[language]]
|
||||
name = "go"
|
||||
|
|
Loading…
Reference in a new issue