Ivan Yonchovski
Ivan Yonchovski
Yes. You need the debug adapter and the corresponding debug templates.
The solution for now is to copy the extension here and download it from the repo: https://github.com/emacs-lsp/lsp-server-binaries/
> @yyoncho i finished the implementation of the function it's something simple. Nothing fancy. But it works. Looks good.
Thank you, I will try to take a look tomorrow or during the weekend.
For 1 use `M-x comint-clear-buffer`. For 2 I have to investigate more.
There is treemacs-lock-width
What is treemacs-width-is-initially-locked?
Then check the value of `window-size-fixed` in that buffer. If it is `t` you can use M-x debug-on-variable-change to find who is setting it to true. Also, there is treemacs-toggle-fixed-width...
Did you try to call the command in the treemacs buffer? Did you inspect the value of the variable in treemacs buffer?
Then I don't know - setting window-size-fixed to nil in treemacs window on my side works fine.