chore: debug stuff

This commit is contained in:
Stevan Freeborn
2025-10-01 15:15:47 -05:00
parent c0d9b5be11
commit b54c1bf14a
+1 -1
View File
@@ -182,7 +182,7 @@ return {
dap.adapters.coreclr = {
type = "executable",
command = netcoredbgCommand ,
command = netcoredbgCommand,
args = { "--interpreter=vscode" },
}