Skip to content

Commit

Permalink
Remove redundant check (#2506)
Browse files Browse the repository at this point in the history
* Remove redundant check

* Create sixty-poems-punch.md
  • Loading branch information
acao authored Jun 15, 2022
1 parent 5437ee6 commit cccefa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/sixty-poems-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"graphql-language-service-server": patch
"graphql-language-service": patch
---

Remove redundant check, trigger LSP release
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ export class MessageProcessor {
const project = this._graphQLCache.getProjectForFile(uri);
if (
this._isInitialized &&
this._graphQLCache &&
project?.extensions?.languageService?.enableValidation !== false
) {
await Promise.all(
Expand Down

0 comments on commit cccefa7

Please sign in to comment.