Ivan Yonchovski
Ivan Yonchovski
Is this lldb-vscode or native debug adapter? Usually, the best way to find that info is to look at the package.json for vscode package or debug adapter sources.
@c2real nice! > I do some testing, change > > ``` > (defun dap-gdb-lldb--populate-gdbserver (conf) > ... > (dap--put-if-absent :request "lanuch")` > (dap--put-if-absent :gdbpath "arm-none-eabi-gdb") > ``` I think you...
For that case you should be able to use dir-locals. Try `M-x add-dir-local-variable`.
> Uninstalling esling and running lsp-format-buffer works as expected in html files. Can you check if that is the case? AFAICS html-ls does not support formatting. At least the version...
Hm, I am not sure in this case that there is an issue on lsp-mode side. With that config, lsp-mode does not have support for formatting no matter the servers...
@RyanCavanaugh is there a branch to track? Or what is the best way to track the work on that?
@DanielRosenwasser > more about use-cases. I guess we all(lsp client maintainers) have one use-case - we want to access the `tsserver` functionality via LSP protocol to avoid the need to...
There is `lsp-avy-lens`.
> There is `lsp-avy-lens`. Is that good enough for you?
Yes. The non-visible lenses might not be resolved so showing all lenses in the file is not an option.