inline action example

This commit is contained in:
Sandeep Somavarapu
2018-01-15 18:59:41 +01:00
parent 58e5587db1
commit cdcefe9df4

View File

@ -68,7 +68,11 @@
},
{
"command": "jsonOutline.refreshNode",
"title": "Refresh"
"title": "Refresh",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "jsonOutline.renameNode",
@ -103,7 +107,8 @@
},
{
"command": "jsonOutline.refreshNode",
"when": "view == jsonOutline"
"when": "view == jsonOutline",
"group": "inline"
}
]
},