How to ignore/blocklist a regex or subtree of folders entirely in config file? #4387
Unanswered
real-or-random
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Something like that should work:
you typically have one lsp session per emacs session. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I configure a regexp (or a subtree in my file system) in which
lsp-mode
are ignored?When I open a file in a workspace for the first time, I get a menu and I can press
d
or evenD
to select the folder. That's good so far, but where is this setting stored? I'd prefer to include a simple two-liner in my emacs config file to enhance the maintainability of my config.The menu refers to
lsp-session-folders-blocklist
, but it's a function and not a variable. Well, okay, it's a getter, the docstring is:and then I see this:
Beta Was this translation helpful? Give feedback.
All reactions