Skip to content

Commit 2d1cbbb

Browse files
committed
add changeset
1 parent 0036c7f commit 2d1cbbb

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

.changeset/rotten-seahorses-fry.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
---
2-
'graphql-language-service-server': patch
3-
'vscode-graphql-syntax': patch
2+
'graphql-language-service-server': minor
3+
'vscode-graphql': minor
4+
'graphql-language-service-server-cli': minor
45
---
56

6-
Fix crash on saving empty package.json file
7+
Fix many schema and fragment lifecycle issues, for all contexts except for schema updates for url schemas.
8+
Note: this makes `cacheSchemaForLookup` enabled by default again for schema first contexts.
9+
10+
this fixes multiple cacheing bugs, on writing some in-depth integration coverage for the LSP server.
11+
it also solves several bugs regarding loading config types, and properly restarts the server when there are config changes
12+
13+
### Bugfix Summary
14+
15+
- jump to definition in embedded files offset bug
16+
- cache invalidation for fragments
17+
- schema cache invalidation for schema files
18+
- schema definition lookups & autocomplete crossing into the wrong workspace
19+
20+
### Known Bugs Fixed
21+
22+
- #3318
23+
- #2357
24+
- #3469
25+
- #2422
26+
- #2820
27+
- many others to add here...
28+
29+
### Test Improvements
30+
31+
- new, high level integration spec suite for the LSP with a matching test utility
32+
- more unit test coverage
33+
- **total increased test coverage of about 25% in the LSP server codebase.**
34+
- many "happy paths" covered for both schema and code first contexts
35+
- many bugs revealed (and their source)

.changeset/silly-yaks-bathe.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'graphiql': patch
3+
'graphql-language-service': patch
4+
'graphql-language-service-server': patch
5+
'graphql-language-service-server-cli': patch
6+
'codemirror-graphql': patch
7+
'@graphiql/react': patch
8+
'monaco-graphql': patch
9+
---
10+
11+
bugfix to completion for SDL type fields

0 commit comments

Comments
 (0)