From 804f2a342d1b2002ad383ff604e75eb0caba8f65 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 13 Nov 2024 06:17:23 -0600 Subject: ton of new stuff --- fnl/dap/adapters/coreclr.fnl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fnl/dap/adapters/coreclr.fnl (limited to 'fnl/dap/adapters/coreclr.fnl') diff --git a/fnl/dap/adapters/coreclr.fnl b/fnl/dap/adapters/coreclr.fnl new file mode 100644 index 0000000..1196a92 --- /dev/null +++ b/fnl/dap/adapters/coreclr.fnl @@ -0,0 +1,3 @@ +{ + :type "executable" + :command "netcoredbg"} -- cgit v1.2.3