File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ Fixed an issue where the branch management icons (such as new branch and delete branch) were not showing up in the Infrahub server view.
Original file line number Diff line number Diff line change 22 "name" : " infrahub" ,
33 "displayName" : " Infrahub" ,
44 "description" : " Infrahub development tools." ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "publisher" : " opsmill" ,
77 "homepage" : " https://github.com/opsmill/infrahub-vscode/blob/main/README.md" ,
88 "icon" : " media/infrahub-logo.png" ,
187187 "view/item/context" : [
188188 {
189189 "command" : " infrahub.newBranch" ,
190- "when" : " view == InfrahubServerTreeView && viewItem == infrahubServer" ,
190+ "when" : " view == infrahubServerTreeView && viewItem == infrahubServer" ,
191191 "group" : " inline"
192192 },
193193 {
194194 "command" : " infrahub.newBranch" ,
195- "when" : " view == InfrahubServerTreeView && viewItem == infrahubServer" ,
195+ "when" : " view == infrahubServerTreeView && viewItem == infrahubServer" ,
196196 "group" : " context"
197197 },
198198 {
199199 "command" : " infrahub.deleteBranch" ,
200- "when" : " view == InfrahubServerTreeView && viewItem =~ /^infrahubBranch/" ,
200+ "when" : " view == infrahubServerTreeView && viewItem =~ /^infrahubBranch/" ,
201201 "group" : " inline"
202202 },
203203 {
204204 "command" : " infrahub.deleteBranch" ,
205- "when" : " view == InfrahubServerTreeView && viewItem =~ /^infrahubBranch/" ,
205+ "when" : " view == infrahubServerTreeView && viewItem =~ /^infrahubBranch/" ,
206206 "group" : " context"
207207 },
208208 {
You can’t perform that action at this time.
0 commit comments