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

Hangs vscode for minutes on large codgen'd *.ts file #141

Open
gjbadros opened this issue Apr 15, 2022 · 2 comments
Open

Hangs vscode for minutes on large codgen'd *.ts file #141

gjbadros opened this issue Apr 15, 2022 · 2 comments

Comments

@gjbadros
Copy link

Does this really need to run on *.ts files? When I open a 56kloc codegen'd graphql types file, vscode hangs for several minutes due to this extension, and there are obviously no tags to match in a *.ts file.

Maybe a setting could disable the functionality on a per file extension basis and by default it shouldn't operate on files without tags?

@vincaslt
Copy link
Owner

vincaslt commented Apr 15, 2022 via email

@tjx666
Copy link

tjx666 commented Sep 3, 2022

It would be better to alow user to configure:

  • language to enable
  • files glob to include
  • files glob to disable

The Activation Events would better to be onStartupFinished but not *

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

No branches or pull requests

3 participants