Akashdip Hazra

Results 5 issues of Akashdip Hazra

![image](https://user-images.githubusercontent.com/61003681/115948384-b708a900-a4eb-11eb-99e1-f5e74be7c8f9.png)

ui/ux
triage

### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. [Screencast from 2023-06-13 21-54-11.webm](https://github.com/folke/trouble.nvim/assets/61003681/15fde488-50de-4b01-beff-ece58cbfaf7b)...

enhancement

```lua lvim.builtin.which_key.mappings["t"] = { name = "Diagnostics", t = { "TroubleToggle", "trouble" }, w = { "TroubleToggle workspace_diagnostics", "workspace" }, d = { "TroubleToggle document_diagnostics", "document" }, q = {...

### Debug adapter definition and debug configuration C/C++ Debugger Doesn't exit properly. ```lua local dap = require('dap') dap.adapters.cppdbg = { id = 'cppdbg', type = 'executable', command = '/usr/local/nvim-dap-adapters/cpp-tools/extension/debugAdapters/bin/OpenDebugAD7', }...

needs: reproduction

Version: 99 https://github.com/user-attachments/assets/eb2e70c4-1dcd-4532-96af-6a080d701afe

bug