-
Hey there! I'm using the new One issue I'm having: VSCode doesn't update types for Intellisense when the file is updated in the background. In order to see my changes propagated as types when I write This is what I do when I'm not in watch mode. However, it kinda sucks. I open the file whenever I codegen. {
"scripts": "yarn graphql-codegen && code ./gql/gql"
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @nandorojo, Yes, this is a TypeScript limitation that we plan to solve by providing IDE plugins as discussed here: #8345 |
Beta Was this translation helpful? Give feedback.
-
I believe I found a solution. I shared it at #8345 (comment) |
Beta Was this translation helpful? Give feedback.
I believe I found a solution. I shared it at #8345 (comment)