How to set CWD as the root_dir for markdown oxide language server? #10562
Unanswered
Feel-ix-343
asked this question in
Q&A
Replies: 1 comment 2 replies
-
this is intentional. Most language servers take the presence of a root dir to mean that it was started inside somekind of project directory that it should index. That is undesirable if there are no root marker or git repo because that would mean if helix is started in You can add If CWD makes the most sense for |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello Helix community, from this issue, I realize that when a git repo is not initialized, helix passes nothing to the LSP root_dir config field for the markdown oxide language server. Is it possible to change the config for this language server to specify that CWD should be passed in?
Beta Was this translation helpful? Give feedback.
All reactions