Closed peterholak closed 5 years ago
This mostly fixes https://github.com/prisma/vscode-graphql/issues/60 by launching the GraphQL Language Server with variables from .env added to its environment.
.env
The bigger issue however is that there is no visible error when the language server fails to parse the config file (e.g. when an environment variable doesn't exist at all, or for any other reason).
Thanks for the PR @peterholak. Merging this, I will notify on the issue when this is released.
This is available in 0.1.8 🙌
This mostly fixes https://github.com/prisma/vscode-graphql/issues/60 by launching the GraphQL Language Server with variables from
.env
added to its environment.The bigger issue however is that there is no visible error when the language server fails to parse the config file (e.g. when an environment variable doesn't exist at all, or for any other reason).