Skip to content
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

tsserver dies over and over in a monorepo project #267

Closed
avahe-kellenberger opened this issue Mar 9, 2021 · 2 comments
Closed

tsserver dies over and over in a monorepo project #267

avahe-kellenberger opened this issue Mar 9, 2021 · 2 comments

Comments

@avahe-kellenberger
Copy link

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.

@chemzqm
Copy link
Member

chemzqm commented Mar 10, 2021

Seems problem with tsserver's watcher on your system.

@avahe-kellenberger
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants