Inline Operation Execution VS Code plugin doesn't respect `graphql-config.load.rootDir`
In my workspace, the graphql.config.ts file is located in a subdirectory. That subdirectory is specified in the graphql-config.load.rootDir setting, which is respected by the LSP (autocomplete works), but not in the Operations plugin; I always get the error Error: schema from graphql config.
When I open that subdirectory as the workspace root, it works correctly.
An update: graphql-config.load.filepath fails in the same way
I wonder if just a new release would help here? The latest version of the Inline Operation Execution plugin is 0.3.1 from last November, whereas the Language Feature Support plugin is 0.13.0 from this past February. So maybe it was fixed but not released?