Tobias Tengler

Results 94 comments of Tobias Tengler

I tried to create an extension myself over the weekend, but everything surrounding CodeLens extensions is not well documented and I couldn't even get a sample working in Visual Studio...

> Relates to [graphql-dotnet/server#480](https://github.com/graphql-dotnet/server/pull/480) So if I got this right, once this is merged and released I would create a custom `ErrorInfoProvider`, which would generate a defined error code (in...

> > How would I register a custom ErrorInfoProvider? > > `services.AddErrorInfoProvider` I'm on the latest versions and I don't have an `AddErrorInfoProvider` extension method for `IServiceColletion` yet. I only...

> https://github.com/graphql-dotnet/server/blob/master/src/Core/GraphQLBuilderExtensions.cs#L33 Still, this only lets me configure options for an [internally registered ErrorInfoProvider](https://github.com/graphql-dotnet/server/blob/80bde26b6e0626a01de5b9d87662a0dc24f4187d/src/Core/GraphQLBuilderExtensions.cs#L55), not adding my own ErrorInfoProvider implementation. > I think [graphql-dotnet/server#480](https://github.com/graphql-dotnet/server/pull/480) is not enough to solve this...

Are you using Vite 3? There are some issues with it. I've just add a PR that should address all of these issues: https://github.com/oscartbeaumont/vite-plugin-relay/pull/424 Once it's merged you should be...

I'm looking into it :)

@collinscangarella Can you try the latest branch version? It should work as expected now :)

@collinscangarella I also started working on a small tool to automate the tedious Relay setup: https://github.com/tobias-tengler/create-relay-app It currently installs the `vite-plugin-relay` package from my branch (as you did in your...

This should also be resolved by my PR: https://github.com/oscartbeaumont/vite-plugin-relay/pull/424

My PR should address these issues, by moving the `babel-plugin-relay` dependency out of this plugin: https://github.com/oscartbeaumont/vite-plugin-relay/pull/424