When context for json outline view

This commit is contained in:
Sandeep Somavarapu
2017-06-26 16:03:26 +02:00
parent 158acf2ab5
commit 4155e0e0cc

View File

@ -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",