Replies: 1 comment 1 reply
-
We were getting a lot of reports from users who worked on monorepos with structures like these:
that the LSP was not finding their bundle. We ended up overcorrecting to help spread knowledge about VS Code multi-root workspaces, which is the configuration that informs the editor and all extensions about where to find roots. We can definitely remove the timer, but we need to add some indication in the language status items that it's running on stadalone mode with a way of showing the multi-root workspace configurations prompt - to prevent having users be confused again as to why the LSP is not finding their bundle automatically. |
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.
-
I think having a timer in standalone mode notification is bad ux.
Can we consider making it an option without a timer.
Like do you want to use standalone mode or no.
Beta Was this translation helpful? Give feedback.
All reactions