broke the tele picker, fix pt 6
This commit is contained in:
parent
e9822545a9
commit
910e6e4842
2 changed files with 16 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue