We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca42f7f commit 1ead1c1Copy full SHA for 1ead1c1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "gerrit" extension will be documented in this file.
4
5
+## 1.2.55
6
+
7
+- Fix issue where the "open on remote" option would not be shown in the notification after pushing a change
8
9
## 1.2.54
10
11
- Fix bug where an error message would be shown when submitting multiple changes
package.json
@@ -2,7 +2,7 @@
"name": "vscode--gerrit",
"displayName": "Gerrit",
"description": "VSCode gerrit integration",
- "version": "1.2.54",
+ "version": "1.2.55",
"engines": {
"vscode": "^1.74.0",
"node": ">=14.16.0"
0 commit comments