We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm working in a monorepo with multiple sub-projects that sometimes link to one another.
This is the basic layout:
central: ui: node_modules: util (symlink) services: node_modules: util (symlink) api: node_modules: services (symlink) util (symlink) util: node_modules
I'm not sure what's causing the issue by looking at the logs: tsserver.log output-tsserver.log
I'm thinking there might be a cyclical issue when detecting the project file, but it's just a guess.
This breaks the entire extension for me.
The text was updated successfully, but these errors were encountered:
Seems problem with tsserver's watcher on your system.
Sorry, something went wrong.
Looks like this is related: microsoft/TypeScript#36528
Probably a bug with tsserver.
I attempted using the most recent version of typescript and it still persists, so I'll file a bug with that project.
Thanks
No branches or pull requests
I'm working in a monorepo with multiple sub-projects that sometimes link to one another.
This is the basic layout:
I'm not sure what's causing the issue by looking at the logs:
tsserver.log
output-tsserver.log
I'm thinking there might be a cyclical issue when detecting the project file,
but it's just a guess.
This breaks the entire extension for me.
The text was updated successfully, but these errors were encountered: