Skip to content

Commit e70de3e

Browse files
committed
Release 0.0.55
1 parent 3d54731 commit e70de3e

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

client/media/java-icon-white.svg

Lines changed: 44 additions & 0 deletions
Loading

client/package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -99,7 +99,11 @@
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",
@@ -122,7 +126,15 @@
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",
-341 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)