Skip to content

Commit

Permalink
Apply spelling/grammar suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
acao and TallTed committed Mar 5, 2024
1 parent 6839f3f commit 375292f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .changeset/rotten-seahorses-fry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
'graphql-language-service-server-cli': minor
---

Fix many schema and fragment lifecycle issues, for all contexts except for schema updates for url schemas.
Fix many schema and fragment lifecycle issues, for all contexts except schema updates of url schemas.
Note: this makes `cacheSchemaForLookup` enabled by default again for schema first contexts.

this fixes multiple cacheing bugs, on writing some in-depth integration coverage for the LSP server.
this fixes multiple caching bugs, on writing some in-depth integration coverage for the LSP server.
it also solves several bugs regarding loading config types, and properly restarts the server when there are config changes

### Bugfix Summary
Expand All @@ -30,6 +30,6 @@ it also solves several bugs regarding loading config types, and properly restart

- new, high level integration spec suite for the LSP with a matching test utility
- more unit test coverage
- **total increased test coverage of about 25% in the LSP server codebase.**
- **total increased test coverage of about 25% in the LSP server codebase**
- many "happy paths" covered for both schema and code first contexts
- many bugs revealed (and their source)

0 comments on commit 375292f

Please sign in to comment.