Iordanis Petkakis
Iordanis Petkakis
Try testing #5537 which removes the dap configuration from LazyVim and lets `rustaceanvim` handle everything internally.
That's someone else who submitted that, not my branch and I'm also not familiar with Rust. I don't know if what you did would work, so please revert that change...
Do you have the Extra `dap.core` enabled? Do you have `codelldb` installed via Mason?
Do you happen to have any `.vscode.json` that provides configuration from Vscode? Because i tried to repro with a simple `hello-world` project and it found correctly codelldb and didn't get...
I don't use `nvim-dap` so don't really know much about it. This must be happening because of [this](https://github.com/LazyVim/LazyVim/blob/ec5981dfb1222c3bf246d9bcaa713d5cfa486fbd/lua/lazyvim/plugins/extras/dap/core.lua#L71). But this was added because people asked for it. It's up to...
There's no `lldb` configuration from Lazyvim. Read the previous comment of OP. He had a `launch.json` around with a configuration from VsCode and that was causing the error. `nvim-dap` automatically...
That file gets automatically loaded by `nvim-dap` like I've already said. Not LazyVim related. Read the docs if an option exists to disable this feature and if it doesn't exist...