mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-19 05:10:03 +00:00
added haskell dap and hoogle
This commit is contained in:
@@ -5,7 +5,7 @@ local M = {}
|
||||
-- Adapter (netcoredbg)
|
||||
dap.adapters.coreclr = {
|
||||
type = "executable",
|
||||
command = vim.fn.stdpath("data") .. "/mason/packages/netcoredbg/netcoredbg",
|
||||
command = "/Users/radumaco/Projects/netcoredbg/build/src/netcoredbg",
|
||||
args = { "--interpreter=vscode" },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user