Skip to content

Commit

Permalink
rust/clang: update lldb binary name (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename authored Aug 24, 2024
1 parent 473ebea commit e949a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/plugins/languages/clang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
dapConfig = ''
dap.adapters.lldb = {
type = 'executable',
command = '${cfg.dap.package}/bin/lldb-vscode',
command = '${cfg.dap.package}/bin/lldb-dap',
name = 'lldb'
}
dap.configurations.cpp = {
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/languages/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ in {
dap = {
adapter = {
type = "executable",
command = "${cfg.dap.package}/bin/lldb-vscode",
command = "${cfg.dap.package}/bin/lldb-dap",
name = "rustacean_lldb",
},
},
Expand Down

0 comments on commit e949a51

Please sign in to comment.