-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error no project when certain folders are added to jsconfig.json #239
Comments
Probably would need at least some logs to be able to tell something. https://lsp.sublimetext.io/troubleshooting/#self-help-instructions |
I think the "No project" error is basically "too many large files" in the project and Ideally, LSP-typescript would replicate this warning popup in ST if the user has too many files in their project, likely not excluding |
I can reproduce the issue when I |
Note to whoever wants to implement that: this message is based on |
Or it can probably be replicated with a lot of monorepo projects that have a lot of big apps in them. |
Hey team! Do you know why I get this error when adding some folders to jsconfig.json? I have a list of 10 folders included in jsconfig.json includes section and had to disable 4 folders to get find references to work.
Complete Error
The text was updated successfully, but these errors were encountered: