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

eslint_d instance per Sublime Window causing performance issues #89

Closed
IPWright83 opened this issue Jun 15, 2022 · 0 comments · Fixed by #90
Closed

eslint_d instance per Sublime Window causing performance issues #89

IPWright83 opened this issue Jun 15, 2022 · 0 comments · Fixed by #90

Comments

@IPWright83
Copy link
Collaborator

I'm not 100% sure whether this issue lies with eslint_d or this extension, so I'm logging it both - mantoni/eslint_d.js#202.

What I've noticed is that I keep getting frequent slow-downs to the point where Sublime thinks it's frozen. This seems to happen when you snap a tab off into a new window, which causes another eslint_d process to spawn. When it runs in the snapped off window everything is fine, but returning to the old window, it seems to be using a new instance that doesn't have anything cached yet?

eslint_d

Is there a way to share the same eslint_d instance, or determine why this is so slow?

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

Successfully merging a pull request may close this issue.

1 participant