Compare commits

..

1 commit

Author SHA1 Message Date
ppenguin
8f0e64fa12
Merge 38d586994a into 473ebea4cf 2024-08-24 14:12:23 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
dapConfig = ''
dap.adapters.lldb = {
type = 'executable',
command = '${cfg.dap.package}/bin/lldb-dap',
command = '${cfg.dap.package}/bin/lldb-vscode',
name = 'lldb'
}
dap.configurations.cpp = {

View file

@ -173,7 +173,7 @@ in {
dap = {
adapter = {
type = "executable",
command = "${cfg.dap.package}/bin/lldb-dap",
command = "${cfg.dap.package}/bin/lldb-vscode",
name = "rustacean_lldb",
},
},