Skip to content

Commit 3cc65e7

Browse files
authored
Use new language server w/ NoUnusedVariablesRule disabled (#8287)
* Use new language server w/ unused variables check disabled * changelog
1 parent 1f6eece commit 3cc65e7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

firebase-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## NEXT
22

3+
- Allow unused variables in GraphQL queries and mutations.
4+
35
## 0.14.0
46

57
- Updated internal `firebase-tools` dependency to 13.32.0
78 Bytes
Binary file not shown.

firebase-vscode/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"default": "./exportedData",
8888
"markdownDescription": "%ext.config.emulators.exportPath%"
8989
},
90-
"firebase.emulators.exportOnExit":{
90+
"firebase.emulators.exportOnExit": {
9191
"type": "boolean",
9292
"default": false,
9393
"markdownDescription": "%ext.config.emulators.exportOnExit%"

0 commit comments

Comments
 (0)