Added attach target to dap for c#, fixes #7

This commit is contained in:
EsVagy42 2025-09-21 01:08:50 +02:00
parent f1fc037a72
commit a07935eb54

View file

@ -39,6 +39,12 @@
return vim.fn.input('Path to dll ', vim.fn.getcwd() .. '/bin/Debug/', 'file')
end,
},
{
type = "coreclr",
name = "attach - netcoredbg",
request = "attach",
processId = require("dap.utils").pick_process,
}
} '';
};
};