mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
Compare commits
2 commits
8f0e64fa12
...
1c2d5ba989
Author | SHA1 | Date | |
---|---|---|---|
|
1c2d5ba989 | ||
|
e949a51c55 |
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
dapConfig = ''
|
dapConfig = ''
|
||||||
dap.adapters.lldb = {
|
dap.adapters.lldb = {
|
||||||
type = 'executable',
|
type = 'executable',
|
||||||
command = '${cfg.dap.package}/bin/lldb-vscode',
|
command = '${cfg.dap.package}/bin/lldb-dap',
|
||||||
name = 'lldb'
|
name = 'lldb'
|
||||||
}
|
}
|
||||||
dap.configurations.cpp = {
|
dap.configurations.cpp = {
|
||||||
|
|
|
@ -173,7 +173,7 @@ in {
|
||||||
dap = {
|
dap = {
|
||||||
adapter = {
|
adapter = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = "${cfg.dap.package}/bin/lldb-vscode",
|
command = "${cfg.dap.package}/bin/lldb-dap",
|
||||||
name = "rustacean_lldb",
|
name = "rustacean_lldb",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue