mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
When context for json outline view
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
],
|
||||
"activationEvents": [
|
||||
"onView:nodeDependencies",
|
||||
"onView:ftpExplorer",
|
||||
"onView:jsonOutline"
|
||||
],
|
||||
"main": "./out/src/extension",
|
||||
@ -25,7 +26,8 @@
|
||||
},
|
||||
{
|
||||
"id": "jsonOutline",
|
||||
"name": "Json Outline"
|
||||
"name": "Json Outline",
|
||||
"when": "resourceLangId == 'json'"
|
||||
},
|
||||
{
|
||||
"id": "ftpExplorer",
|
||||
|
||||
Reference in New Issue
Block a user