Skip to content

Commit

Permalink
vscode update 0.2.2 (#7220)
Browse files Browse the repository at this point in the history
* vscode update 0.2.2

* remove redhat dependency

* fix emulator version
  • Loading branch information
hlshen authored May 24, 2024
1 parent c0bb6ff commit efb0c87
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions firebase-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.2.2

- Emulator bump v1.1.18

## 0.2.1

- Update Logo
Expand Down
4 changes: 2 additions & 2 deletions firebase-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions firebase-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "firebase",
"icon": "./resources/firebase_logo.png",
"description": "VSCode Extension for Firebase",
"version": "0.2.1",
"version": "0.2.2",
"engines": {
"vscode": "^1.69.0"
},
Expand All @@ -14,8 +14,7 @@
"Other"
],
"extensionDependencies": [
"graphql.vscode-graphql-syntax",
"redhat.vscode-yaml"
"graphql.vscode-graphql-syntax"
],
"activationEvents": [
"onStartupFinished",
Expand Down
2 changes: 1 addition & 1 deletion src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedChecksum: "28a760826968c86cff7e2137b7a487cf",
}
: {
version: "1.1.17",
version: "1.1.18",
expectedSize: 23247120,
expectedChecksum: "ff2d10655fd0ad16c0fd07e1ca6dac3e",
},
Expand Down

0 comments on commit efb0c87

Please sign in to comment.