Not seeing errors in VSCode editor #1077
-
DescriptionHey all, thanks for taking the time to read this. I was trying to set up It seems like ESLint, and GraphQL Language Server all seem to be working correctly. Also if I run ESLint using
The ProblemThe issue I’m having is I’m not seeing any errors or red underlines in VSCode for any rules from @graphql-eslint. I only see them for errors from the GraphQL Language Server. I’m wondering if there’s something I’m missing. Steps Taken
Added
Also, I'm not seeing any errors or anything weird in my output for ESLint and GraphQL Language Server. Any help at all would be greatly appreciated! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @AaronWatson2975 , which version of vscode eslint extension do you use? |
Beta Was this translation helpful? Give feedback.
-
Here's all the dependency versions from the
VSCode ESLint extension |
Beta Was this translation helpful? Give feedback.
-
Just a note for anyone that runs into this in the future. After doing some thinking, I think this might have been caused by my NPM setup, not VSCode. I'm not sure how you automatically set those values in |
Beta Was this translation helpful? Give feedback.
Here's all the dependency versions from the
package.json
VSCode ESLint extension
v2.2.2
. I've also triedv2.2.3 pre-release
with no change in behaviour. I'm wondering if I should try it on a different computer with a fresh install of VSCode to confirm it's not another extension wreaking havoc on it. 🤔