-
https://github.com/Microsoft/vscode-extension-samples/tree/main/basic-multi-root-samples multi-root support. Now, #778 (reply in thread) shows an example of trying to set this up. I have had no success doing this for a React project. Given my very limited Elisp knowledge, does #893 solve multi-root support? If so, is there an easy way to set this up? I've failed to find an example in the repo that teaches how to do so. Thanks in advance :). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
Hi @lljr. It's possible that #893 indeed solves it. But you are right, we are missing an example in the README.md that demonstrates how it is used. If a simple example can derive from this discussion it would be great. I'm not a user of multi-root projects myself, but my understanding is that if you setup an Emacs
... then invoking
@dgutov is the |
Beta Was this translation helpful? Give feedback.
-
As @nemethf, adding the "sub-root" dirs to |
Beta Was this translation helpful? Give feedback.
-
FWIW, for
EDIT (by @joaotavora): Commenting this line in EDIT2: This is indeed down to a bug in the |
Beta Was this translation helpful? Give feedback.
FWIW, for
jdtls
I use:and comment this line ineglot.el
, to work around eclipse-jdtls/eclipse.jdt.ls#1245EDIT (by @joaotavora): Commenting this line in
eglot.el
is not needed apparently.EDIT2: This is indeed down to a bug in the
jdtls
server. Go here to support its fix eclipse-jdtls/eclipse.jdt.ls#1245 (I'd say it shouldn't be terribly hard).