How do I get the vscode extension to stop trying to parse typescript files? #3427
Unanswered
david-morris
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I only want to use vscode-graphql for editing graphql files. How do I get it to stop trying to parse .tsx files and crashing?
Here's typical output:
I've added
"exclude": "**/*.tsx"
to my graphql.config.json because I don't want the extension to slow down my IDE on .tsx files. Is there another way to tell the extension, no, do not activate for .tsx files?Beta Was this translation helpful? Give feedback.
All reactions