File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 644
644
},
645
645
{
646
646
"command" : " mdb.startStreamProcessor" ,
647
- "when" : " view == mongoDBConnectionExplorer && viewItem == streamProcessorTreeItem"
647
+ "when" : " view == mongoDBConnectionExplorer && viewItem == streamProcessorTreeItem" ,
648
+ "group" : " 6@1"
648
649
},
649
650
{
650
651
"command" : " mdb.stopStreamProcessor" ,
651
- "when" : " view == mongoDBConnectionExplorer && viewItem == streamProcessorTreeItem"
652
+ "when" : " view == mongoDBConnectionExplorer && viewItem == streamProcessorTreeItem" ,
653
+ "group" : " 6@2"
652
654
},
653
655
{
654
656
"command" : " mdb.dropStreamProcessor" ,
655
- "when" : " view == mongoDBConnectionExplorer && viewItem == streamProcessorTreeItem"
657
+ "when" : " view == mongoDBConnectionExplorer && viewItem == streamProcessorTreeItem" ,
658
+ "group" : " 6@3"
656
659
}
657
660
],
658
661
"editor/title" : [
You can’t perform that action at this time.
0 commit comments