File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -969,6 +969,7 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
969969 } ,
970970 group : 'submenu' ,
971971 order : 1 ,
972+ when : ContextKeyExpr . equals ( 'view' , `${ VIEWLET_ID } .local` ) ,
972973} ) ;
973974
974975MenuRegistry . appendMenuItem ( MenuId . ViewTitle , {
@@ -978,6 +979,7 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
978979 } ,
979980 group : 'submenu' ,
980981 order : 1 ,
982+ when : ContextKeyExpr . equals ( 'view' , `${ VIEWLET_ID } .local` ) ,
981983} ) ;
982984
983985
@@ -988,6 +990,7 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
988990 } ,
989991 group : 'submenu' ,
990992 order : 1 ,
993+ when : ContextKeyExpr . equals ( 'view' , `${ VIEWLET_ID } .local` ) ,
991994} ) ;
992995
993996MenuRegistry . appendMenuItem ( MenuId . ViewTitle , {
@@ -997,4 +1000,5 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
9971000 } ,
9981001 group : 'submenu' ,
9991002 order : 1 ,
1003+ when : ContextKeyExpr . equals ( 'view' , `${ VIEWLET_ID } .local` ) ,
10001004} ) ;
You can’t perform that action at this time.
0 commit comments