Jiri Spac

Results 238 comments of Jiri Spac

@patryk-smc this extension should now be able to load all extensions supported by codegen in version 0.9.6 I will add a config for custom path in 1.0.0

Good to know. I mostly use pnpm these days, so I won't be fixing this myself, but a PR is welcome.

I would be open to merging a PR which would resolve this. I think an easy workaround would be to enable loading of all files when usage of fragment from...

this only works on FE projects. PRs to enable BE usage would be welcome

oh yeah I will import the function from graphql-codegen as my PR was merged: https://github.com/dotansimha/graphql-code-generator/pull/7017

@neongreen this is interesting. I will put guard in place for this type error to never happen, but it's weird, because according to graphql-codegen/cli a config object should be always...

@neongreen in 1.1.0 it won't find find your config anyway, but at least the type error should be fixed. BTW what config do you use? [generateSearchPlaces.ts](https://github.com/capaj/graphql-codegen-vscode/blob/master/src/generateSearchPlaces.ts) is exact copy of...

@Romanchuk > graphql-codegen-vscode didn't even alert that it can't find config. It just didn't run silently. In 1.1.0 it should tell you that config was not found, when you explicitly...

I haven't tested with a ts file as config. I always use yaml or json. Will try next weekend.