blob: 2a9375a380977fe967aa2378f22f9e776322027e (
plain)
1
2
3
4
5
6
7
|
[{
:name "Launch"
:type "lldb"
:request "launch"
:program (fn [] (vim.fn.input "Path to executable" (.. (vim.fn.getcwd) "/") "file"))
:cwd "${workspaceFolder}"
:stopAtBeginningOfMainSubprogram false}]
|