Skip to content

Commit 6b05417

Browse files
authored
vscode 2.4.1 (#10682)
* 2.4.1 * changelog
1 parent ac90030 commit 6b05417

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

firebase-vscode/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
## NEXT
1+
## 2.4.1
22

3+
- Update internal `firebase-tools` dependency to 15.21.0
34
- [Changed] Rename "Run (local)" code lens to "Run (Emulator)".
45
- [Fixed] Fix auth issue from Generate Operation button by skipping unnecessary schema compilation check.
56
- [Fixed] 'Configure emulator' link hover does not hint it's clickable.
7+
8+
## 2.4.0
9+
10+
- Update internal `firebase-tools` dependency to 15.20.0
611
- [Changed] Replace generateSchema and generateQuery backends with the new fdc AgentService API.
712
- [Added] Improved error handling and status updates for query generation
813
- [Added] Local schema aware query generation

firebase-vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -4,7 +4,7 @@
44
"publisher": "GoogleCloudTools",
55
"icon": "./resources/firebase_dataconnect_logo.png",
66
"description": "Firebase SQL Connect for VSCode",
7-
"version": "2.4.0",
7+
"version": "2.4.1",
88
"engines": {
99
"vscode": "^1.69.0"
1010
},

0 commit comments

Comments
 (0)