-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix LSP not loading .js and .ts files correctly
#4180
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| 'graphql-language-service-server': patch | ||
| 'graphql-language-service': patch | ||
| 'vscode-graphql-execution': patch | ||
| 'graphql-language-service-cli': patch | ||
| --- | ||
|
|
||
| fix: update `graphql-config` to 5.1.5, this fixes issues with config from graphql.config.js / .ts files not being respected | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,7 +49,7 @@ | |
| "dotenv": "10.0.0", | ||
| "fast-glob": "^3.2.7", | ||
| "glob": "^7.2.0", | ||
| "graphql-config": "5.0.3", | ||
| "graphql-config": "5.1.5", | ||
|
Comment on lines
50
to
+52
|
||
| "graphql-language-service": "^5.3.1", | ||
| "lru-cache": "^10.2.0", | ||
| "mkdirp": "^1.0.4", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changeset marks
graphql-language-service-clifor a patch release, but this PR doesn’t change that package (and it doesn’t directly depend ongraphql-config). Consider removing it from the changeset, or update the CLI’s dependency constraints in a way that makes this release meaningful (e.g., if you intend to pin/bumpgraphql-language-service-serverthere).