Skip to content

Commit

Permalink
Update lua/rustaceanvim/config/internal.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jakobi <[email protected]>
  • Loading branch information
BirdeeHub and mrcjkb authored Feb 3, 2025
1 parent 023cf59 commit 0aca208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rustaceanvim/config/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ local RustaceanDefaultConfig = {
host = '127.0.0.1',
port = '${port}',
executable = {
command = vim.fn.exepath('codelldb'),
command = exepath_or_binary('codelldb'),
args = { '--port', '${port}' },
},
}
Expand Down

0 comments on commit 0aca208

Please sign in to comment.