uswd lldb-dab instead of lldb-dap in the default dap configuration (#10091)
`LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: #9964
This commit is contained in:
parent
4b236f30db
commit
b24c465a08
1 changed files with 8 additions and 8 deletions
|
@ -217,9 +217,9 @@ persistent-diagnostic-sources = ["rustc", "clippy"]
|
||||||
'`' = '`'
|
'`' = '`'
|
||||||
|
|
||||||
[language.debugger]
|
[language.debugger]
|
||||||
name = "lldb-vscode"
|
name = "lldb-dap"
|
||||||
transport = "stdio"
|
transport = "stdio"
|
||||||
command = "lldb-vscode"
|
command = "lldb-dap"
|
||||||
|
|
||||||
[[language.debugger.templates]]
|
[[language.debugger.templates]]
|
||||||
name = "binary"
|
name = "binary"
|
||||||
|
@ -436,9 +436,9 @@ language-servers = [ "clangd" ]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[language.debugger]
|
[language.debugger]
|
||||||
name = "lldb-vscode"
|
name = "lldb-dap"
|
||||||
transport = "stdio"
|
transport = "stdio"
|
||||||
command = "lldb-vscode"
|
command = "lldb-dap"
|
||||||
|
|
||||||
[[language.debugger.templates]]
|
[[language.debugger.templates]]
|
||||||
name = "binary"
|
name = "binary"
|
||||||
|
@ -473,9 +473,9 @@ language-servers = [ "clangd" ]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[language.debugger]
|
[language.debugger]
|
||||||
name = "lldb-vscode"
|
name = "lldb-dap"
|
||||||
transport = "stdio"
|
transport = "stdio"
|
||||||
command = "lldb-vscode"
|
command = "lldb-dap"
|
||||||
|
|
||||||
[[language.debugger.templates]]
|
[[language.debugger.templates]]
|
||||||
name = "binary"
|
name = "binary"
|
||||||
|
@ -1263,9 +1263,9 @@ indent = { tab-width = 4, unit = " " }
|
||||||
formatter = { command = "zig" , args = ["fmt", "--stdin"] }
|
formatter = { command = "zig" , args = ["fmt", "--stdin"] }
|
||||||
|
|
||||||
[language.debugger]
|
[language.debugger]
|
||||||
name = "lldb-vscode"
|
name = "lldb-dap"
|
||||||
transport = "stdio"
|
transport = "stdio"
|
||||||
command = "lldb-vscode"
|
command = "lldb-dap"
|
||||||
|
|
||||||
[[language.debugger.templates]]
|
[[language.debugger.templates]]
|
||||||
name = "binary"
|
name = "binary"
|
||||||
|
|
Loading…
Add table
Reference in a new issue