Merge branch 'main' into stevanfreeborn/fix/migrate-to-vim-lsp
This commit is contained in:
@@ -178,9 +178,11 @@ return {
|
||||
}
|
||||
end
|
||||
|
||||
local netcoredbgCommand = vim.fn.stdpath("data") .. "/mason/packages/netcoredbg/netcoredbg/netcoredbg.exe"
|
||||
|
||||
dap.adapters.coreclr = {
|
||||
type = "executable",
|
||||
command = "C:/Users/sfree/AppData/Local/nvim-data/mason/packages/netcoredbg/netcoredbg/netcoredbg.exe",
|
||||
command = netcoredbgCommand ,
|
||||
args = { "--interpreter=vscode" },
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
return {
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user