File tree Expand file tree Collapse file tree 3 files changed +59
-3
lines changed
Expand file tree Collapse file tree 3 files changed +59
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " liquid-java" ,
33 "displayName" : " LiquidJava" ,
44 "description" : " Extending Java with Liquid Types" ,
5- "version" : " 0.0.54 " ,
5+ "version" : " 0.0.55 " ,
66 "publisher" : " AlcidesFonseca" ,
77 "repository" : {
88 "type" : " git" ,
9999 {
100100 "command" : " liquidjava.showView" ,
101101 "title" : " Show View" ,
102- "category" : " LiquidJava"
102+ "category" : " LiquidJava" ,
103+ "icon" : {
104+ "light" : " media/java-icon.svg" ,
105+ "dark" : " media/java-icon-white.svg"
106+ }
103107 },
104108 {
105109 "command" : " liquidjava.start" ,
122126 "category" : " LiquidJava"
123127 }
124128 ],
125- "menus" : {},
129+ "menus" : {
130+ "editor/title" : [
131+ {
132+ "command" : " liquidjava.showView" ,
133+ "group" : " navigation" ,
134+ "when" : " editorLangId == java"
135+ }
136+ ]
137+ },
126138 "grammars" : [
127139 {
128140 "path" : " ./syntaxes/liquidjava.json" ,
You can’t perform that action at this time.
0 commit comments