Closed YoungiiJC closed 2 years ago
Hey @YoungiiJC - happy to hear that you are liking houdini.
This error looks like an issue in the vs-code extension. Does your actual application work as expected? I get kind of a similar error in the example app so I suspect there is some config we are missing
SvelteKit is broadly pretty buggy so hard to say... but I think you are correct this is a config thing.
As a note, if using Code-Server, switch to the VSX extensions or even Microsoft ones. That caused my extensions to be upgraded to the latest versions and these kinds of error disappeared.
Wow not sure how I missed you saying that @skrenes but thanks for the heads up! I'm going to close this since we seem to have a solution
First off, thx for releasing such an awesome tool @AlecAivazis !
So I'm getting a
graphql.buildSchema is not a function
error on my script tags in sveltekit:I'm new to the
$directory
generation thing... so I'm unsure how to debug this. Let me know what files are useful here (if any), and I'll share them.Here's my
package.json
:and
houdini.config.js
: