LazyVim.LazyVim/lua/lazyvim/plugins/extras
Miguel Palau caf227dd08
fix(dap): extend dap.configurations from .vscode/launch.json (#4106)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

This PR allows the nvim-dap module to read from vscode's launch.json and
add those configurations to the ones in nvim-dap.

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

Before:

<img width="1137" alt="image"
src="https://github.com/user-attachments/assets/22978298-dbe1-44f5-92ac-c981197b22ae">



After:

<img width="1004" alt="image"
src="https://github.com/user-attachments/assets/3521b75e-6e32-40f4-9172-f52f39077441">


## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.

---------

Co-authored-by: Micah Halter <micah@mehalter.com>
2024-07-23 17:05:18 +02:00
..
coding fix(yanky): enable yank history in visual mode (#4048) 2024-07-15 11:48:58 +02:00
dap fix(dap): extend dap.configurations from .vscode/launch.json (#4106) 2024-07-23 17:05:18 +02:00
editor fix(telescope): better find_command. Fixes #4031 2024-07-14 18:06:40 +02:00
formatting fix(prettier): fixup 2024-06-07 23:24:01 +02:00
lang feat(elixir): add elixirls code actions (#4148) 2024-07-23 00:11:30 +02:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(neotest): support adapter key on adapter for playwright (#3824) 2024-06-27 16:04:26 +02:00
ui feat(editor): replace nvim-spectre with grug-far.nvim (#4099) 2024-07-20 21:39:39 +02:00
util feat(icons): provide language specific icons in extras (#3931) 2024-07-07 19:28:51 +02:00
vscode.lua fix(vscode): allow overriding default vscode keymaps. Fixes #3950 2024-07-08 07:52:18 +02:00