graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
557 stars 71 forks source link

CPU Usage is high after V3 #235

Closed michael-land closed 2 years ago

michael-land commented 3 years ago

The processes monitor is sort by %CPU usage after run code generation.

V0.2.38 image

V0.3+ image

acao commented 3 years ago

0.2.38 did not have a way to cache files via the code helper, so maybe thats why?