aboutsummaryrefslogtreecommitdiff
path: root/fnl/dap/configurations/cs.fnl
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-11-13 06:17:23 -0600
committeramelia squires <[email protected]>2024-11-13 06:17:23 -0600
commit804f2a342d1b2002ad383ff604e75eb0caba8f65 (patch)
tree0c23239e32ec36f6d9e84ac4d2099194881fd180 /fnl/dap/configurations/cs.fnl
parente47fa485563a8a806c52f66a18471bbf012ac5c1 (diff)
ton of new stuff
Diffstat (limited to 'fnl/dap/configurations/cs.fnl')
-rw-r--r--fnl/dap/configurations/cs.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/dap/configurations/cs.fnl b/fnl/dap/configurations/cs.fnl
new file mode 100644
index 0000000..c1bf097
--- /dev/null
+++ b/fnl/dap/configurations/cs.fnl
@@ -0,0 +1,5 @@
+[{
+ :type "coreclr"
+ :name "launch - netcoredbg"
+ :request "launch"
+ :program (fn [] (vim.fn.input "path to dll" (.. (vim.fn.getcwd) "/bin/Debug/") "file"))}]