Skip to content

Commit

Permalink
changeset & publishing fix for LSP bugfix (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Aug 2, 2022
1 parent 0f7d7bb commit 12cf4db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/curly-poets-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'graphql-language-service-server': patch
'vscode-graphql': patch
---

In #2624, fix introspection schema fetching regression in lsp server, and fix for users writing new .gql/.graphql files
1 change: 1 addition & 0 deletions packages/vscode-graphql-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
"publisher": "GraphQL",
"license": "MIT",
"private": true,
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 12cf4db

Please sign in to comment.