broke the tele picker, fix pt 6

This commit is contained in:
dlond 2025-05-26 02:36:48 +12:00
parent e9822545a9
commit 910e6e4842
2 changed files with 16 additions and 16 deletions

View file

@ -70,7 +70,7 @@ return {
type = 'lldb',
request = 'launch',
program = function()
return require('custom.utils').pick_executable(vim.fn.getcwd() .. '/build')
return require('custom.utils').pick_executable(vim.fn.getcwd() .. '/build/debug')
end,
cwd = '${workspaceFolder}',
stopOnEntry = false,