Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Version Packages (#80)

-5
.changeset/lovely-months-type.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Correctly replace with identical replacement strings
···
-5
.changeset/new-pens-think.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Account for offsets in auto-complete as well
···
-5
.changeset/stupid-cobras-boil.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Fix quick-info getting offset by preceding fragments
···
+11
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
## 0.7.3
### Patch Changes
···
# @0no-co/graphqlsp
+
## 0.7.4
+
+
### Patch Changes
+
+
- Correctly replace with identical replacement strings
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#82](https://github.com/0no-co/GraphQLSP/pull/82))
+
- Account for offsets in auto-complete as well
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#81](https://github.com/0no-co/GraphQLSP/pull/81))
+
- ⚠️ Fix quick-info getting offset by preceding fragments
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#78](https://github.com/0no-co/GraphQLSP/pull/78))
+
## 0.7.3
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "0.7.3",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
···
{
"name": "@0no-co/graphqlsp",
+
"version": "0.7.4",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/index.js",
"module": "./dist/index.module.js",