aboutsummaryrefslogtreecommitdiff
path: root/fnl/dap/configurations/cs.fnl
blob: c1bf0976e2743e49d2a39fe6b6f79c27fa10c1ac (plain)
1
2
3
4
5
[{
  :type "coreclr"
  :name "launch - netcoredbg"
  :request "launch"
  :program (fn [] (vim.fn.input "path to dll" (.. (vim.fn.getcwd) "/bin/Debug/") "file"))}]