I'm using an environment variable to specify the schema path and I can't specify that in the extension. Example script from my package.json ```json "gql:generate": "graphql-codegen --config codegen.yml -r dotenv/config" ```