feat: add dap support for dart

This commit is contained in:
Ching Pei Yang 2023-06-27 00:04:48 +02:00
commit b5efd5cba7
2 changed files with 13 additions and 1 deletions

View file

@ -55,8 +55,12 @@ in {
on_attach = default_on_attach;
flags = lsp_flags,
},
${optionalString cfg.dap.enable ''
debugger = {
enabled = true,
},
''}
}
'';
})
]);