fannheyward / coc-rust-analyzer

rust-analyzer extension for coc.nvim
MIT License
1.13k stars 39 forks source link

feat: add support for using nvim-dap as debug runtime #1177

Closed J0HN50N133 closed 11 months ago

J0HN50N133 commented 1 year ago

With this pull request, you could use nvim-dap as debug runtime with just a few configuration like below. image Then, you could invoke debugging with nvim-dap through codeLens. image

J0HN50N133 commented 12 months ago

Sorry for the mistake. I've fixed it.

J0HN50N133 commented 11 months ago

I've fix the formatting issue again.