Results 884 comments of Ivan Yonchovski

Ok, seems like the global mode will handle the turnoff. Don't we need also to set lsp-ui-doc-enable to nil to avoid starting ui-doc in the new buffers?

We have to either find/replace upfront or plug into markdown-mode.

I guess this - https://github.com/emacs-lsp/dap-mode/issues/184#issuecomment-570631667 ?

> @yyoncho But this is for ptvds right? I'm using debugpy Yes. Have you tested the config? AFAIK debugpy is fork of ptvsd so there is a great chance that...

You can use `dap-register-debug-template`

FTR I use dap-debug calls in `.templates.el` file and then I use M-x dap-debug-last to rerun it.

you can also store it in launch.json format

@wyuenho you may wanna check - https://github.com/flycheck/flycheck/issues/1762#issuecomment-750458442

I personally would vote for a data-driven solution in which the model is readable. We have created a wrapper providing this functionality. The model is just a plist with :icon/:label/:children/:children-async,...

I am not sure I understand the difference between the two in this context, here it a runnable(after you load lsp-treemacs) example: ``` emacs-lisp (display-buffer (lsp-treemacs-render '((:key "foo" :label "Root"...