8dae76c1fd
fix(dap): use jsonc support from plenary. Same as the code from neoconf. Fixes #3174
2024-05-16 16:44:01 +02:00
183d6eea60
fix(dap): add debugger to filetypes mapping for launch.json ( #3165 )
2024-05-16 11:57:56 +02:00
543dead590
fix(dap): load vscode launch files with jsonc parser ( #1839 )
...
This seems to be the proper fix for #1503 . jsonc ensures compatibility
with native vscode.
Ref: https://github.com/mfussenegger/nvim-dap/issues/964
2024-05-15 15:39:28 +02:00
eb9f9a8862
fix(keymaps): update all keymap descriptions to be Title Case ( #2844 )
2024-03-27 08:56:44 +01:00
393a9c7c7a
fix(neotest): add required nvim-nio to test and dap extra (neotest and nvim-dap-ui respectively) ( #2763 )
...
* Adding required nvim-nio to neotest in test-core
neotest now requires nvim-neotest/nvim-nio to be
installed as per BREAKING CHANGE: https://github.com/nvim-neotest/neotest/pull/337
* Adding nvim-nio as dependency
nvim-dap-ui now requires nvim-neotest/nvim-nio as a dependency as of recent changes
2024-03-19 22:02:22 +01:00
72f3cc684b
fix(dap): copy config before overriding args
2023-10-12 11:48:02 +02:00
ba4b8dfecb
refactor(nlua): cleanup
2023-10-12 11:48:02 +02:00
85215f396b
fix(nlua): make nlua dap work with regular continue. Fixes #1666
2023-10-12 11:48:02 +02:00
b1c9fd15bd
feat(dap): added run with args leader-ca
. Fixes #1629
2023-10-10 11:06:00 +02:00
9372d78e7e
feat(nlua): make lua dap keybindings buffer-local
2023-10-07 21:08:18 +02:00
36d6a7fe4f
fix(dap): revert loading vscode launch files. Add it to your own config when needed. Fixes #1503
2023-09-27 13:56:53 +02:00
f1af34e885
fix(dap): move launchjs code from java to dap
2023-09-26 13:38:48 +02:00
183fd89d76
fix: make some extra deps optional
2023-05-22 20:57:26 +02:00
b4099a6477
fix(dap): fix the mason-nvim-dap setting name ( #781 )
2023-05-19 21:34:19 +02:00
3a718c5c85
feat(dap): Change DAP REPL binding from open to toggle ( #663 )
2023-04-22 23:06:55 +02:00
38ad79d548
feat(dap): add more keybindings and lualine component ( #612 )
...
* feat(dap): add more keybindings and lualine component
* refactor(dap): changed some keymaps and sorted them
* refactor(lualine): added extra space for dap icon
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-04-18 20:23:39 +02:00
cfaf3b054e
feat(dap): add step out, rebind step over ( #605 )
2023-04-17 17:53:39 +02:00
feaeab9fca
fix(dap): added DapInstall and DapUninstall to cmds
2023-04-16 21:56:38 +02:00
f562d1d197
feat(dap): added extra for dap nlua
2023-04-16 21:35:52 +02:00
bc14e02a1f
feat: added extra for dap
2023-04-16 21:35:38 +02:00