emacs-lsp/lsp-dart

Is there a way to hidden the upper debug menu when do lsp-dart-run ?

zw963 opened this issue · 2 comments

zw963 commented

Maybe this is not a lsp-dart issue, more like a question, i just ask here, thank you.

please check following screenshot.

image

Is there a way to disable above menu bar? anyway, it always hidden my current buffer tab name or buffer name.

yes, it's from dap-mode, check dap-auto-configure-features variable, you want to remove the controls from that var

zw963 commented

It works, thank you!

for folks just want a answer:

(setq dap-auto-configure-features
      (delete 'controls
              dap-auto-configure-features))