-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: stream server does not work #3538
Comments
I have a fix for this I am just about to release in #3521! there is a pre-release in a zip file if you want to give it a try! |
The graphiql/packages/graphql-language-service-server/src/startServer.ts Lines 118 to 128 in aa6dbbb
|
I verified my hypothesis above by building To install the latest functioning
P/S: For some reason, the binaries published on |
Any update about this? Here is log of main branch using vim-lsp
|
Confirm 3.4.1 fixed this problem. |
Is there an existing issue for this?
Current Behavior
No code completion in ".graphql" schema file inside vs code? Please see the video. I have installed both official extensions for vs code here and here but its still not giving any code completion.
Webstorm works fine without any settings but VS code does not show any autocomplete in ".graphql" file. Any help would be appreciated as after searching the web/this github repo, I still was not able to find the solution.
video https://github.com/graphql/graphiql/assets/5449692/c2dd72a8-70a2-411b-af52-7fcb8301b64e
Expected Behavior
Syntax highlighting should work in
*.graphql
schema filesSteps To Reproduce
.graphqlrc.yml
fileschema: 'schema.graphql'
sectionschema.graphql
fileEnvironment
Anything else?
No response
The text was updated successfully, but these errors were encountered: