File tree 1 file changed +6
-3
lines changed
src/vs/workbench/parts/extensions/electron-browser 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
220
220
location : ViewLocation . Extensions ,
221
221
ctor : BuiltInExtensionsView ,
222
222
when : ContextKeyExpr . has ( 'searchBuiltInExtensions' ) ,
223
- weight : 100
223
+ weight : 100 ,
224
+ canToggleVisibility : true
224
225
} ;
225
226
}
226
227
@@ -231,7 +232,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
231
232
location : ViewLocation . Extensions ,
232
233
ctor : BuiltInThemesExtensionsView ,
233
234
when : ContextKeyExpr . has ( 'searchBuiltInExtensions' ) ,
234
- weight : 100
235
+ weight : 100 ,
236
+ canToggleVisibility : true
235
237
} ;
236
238
}
237
239
@@ -242,7 +244,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
242
244
location : ViewLocation . Extensions ,
243
245
ctor : BuiltInBasicsExtensionsView ,
244
246
when : ContextKeyExpr . has ( 'searchBuiltInExtensions' ) ,
245
- weight : 100
247
+ weight : 100 ,
248
+ canToggleVisibility : true
246
249
} ;
247
250
}
248
251
You can’t perform that action at this time.
0 commit comments