This commit is contained in:
Sandeep Somavarapu 2017-05-29 19:57:06 +02:00
Родитель eaf802de27
Коммит d27611f1f9
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -154,25 +154,25 @@
"view/item/context": [
{
"command": "mongo.createDatabase",
"when": "view == mongoExplorer && item == mongoServer"
"when": "view == mongoExplorer && viewItem == mongoServer"
},
{
"command": "mongo.removeServer",
"when": "view == mongoExplorer && item == mongoServer"
"when": "view == mongoExplorer && viewItem == mongoServer"
},
{
"command": "mongo.connect",
"when": "view == mongoExplorer && item == mongoDb"
"when": "view == mongoExplorer && viewItem == mongoDb"
},
{
"command": "mongo.dropDb",
"when": "view == mongoExplorer && item == mongoDb"
"when": "view == mongoExplorer && viewItem == mongoDb"
}
],
"commandPalette": [
{
"command": "mongo.connect",
"when": "view == mongoExplorer && item == mongoDb"
"when": "view == mongoExplorer && viewItem == mongoDb"
}
]
},