mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 23:09:26 -05:00
Renamed dap
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }: {
|
||||
extraConfigLua = ''
|
||||
local dap = require('dap')
|
||||
|
||||
dap.adapters.coreclr = {
|
||||
type = 'executable',
|
||||
command = '${pkgs.netcoredbg}/bin/netcoredbg',
|
||||
args = {'--interpreter=vscode'}
|
||||
}
|
||||
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user