👋
I'm a maintainer on Ruby LSP.
I have a multiroot repo with two apps, app1 and app2. https://github.com/andyw8/multiroot_monorepo
While a file from app1 is open, the logs show all requests going to app1, as expected, except for one type of request, semanticTokens:
This happens even if I have no files from app2 open.
Is there something special about semanticTokens that might cause it to behave that way?
(I can provide further information to help troubleshoot, but wanted to ask this up-front in case there's a simple answer).
cc @vinistock
👋
I'm a maintainer on Ruby LSP.
I have a multiroot repo with two apps,
app1andapp2. https://github.com/andyw8/multiroot_monorepoWhile a file from
app1is open, the logs show all requests going toapp1, as expected, except for one type of request,semanticTokens:This happens even if I have no files from
app2open.Is there something special about
semanticTokensthat might cause it to behave that way?(I can provide further information to help troubleshoot, but wanted to ask this up-front in case there's a simple answer).
cc @vinistock