mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
inline action example
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user