Ivan Yonchovski
Ivan Yonchovski
I checked the react native debug adapter, and it seems like it is straight forward to configure it following dap-chrome.el/dap-firefox.el/dap-node.el as an example. So if you wanna give it a...
Seems like we are applying text edits that are incompatible with the already applied changes to the buffer. We may consider changes on the current line as something incompatible(or check...
I also wonder in general, what is the correct way to handle this case, becase apparently the same problem will exist in vscode as well.
I think that it should be better to rever the latest changes related to onTypeFormatting until we sort that out - soon we will start getting issue reports for that.
> Ok, I will put it back to `tick`. > Before we never applied on type formatting on Enter since the text will be changed by `indent-line-function`. The latest change...
Does it unfreeze when you do C-g? If yes, can you do the following: M-x toggle-debug-on-quit, reproduce the bug, and paste the callstack you see after C-g.
To me, this sounds like a specific behavior of eslint language server. What is the expected fix from lsp-mode side?
Thank you. Let me know if you have any issues with that.
Something like that should be the initial version. ``` emacs-lisp (dap-register-debug-provider "cortex-debug" #'identity) (dap-debug (list :type "cortex-debug" :request "launch" :servertype "openocd" :dap-server-path '("node" "/dist/debugadapter.js") :cwd "" :internalConsoleOptions "openOnSessionStart" :executable "./build/vsarm_firmware.elf"...
> Any plans of getting this feature in? It all depends on someone with expertise in the domain taking care of this. Alternatinatively, someone from the core team can take...