File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/vs/workbench/parts/extensions/electron-browser Expand file tree Collapse file tree 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
220220 location : ViewLocation . Extensions ,
221221 ctor : BuiltInExtensionsView ,
222222 when : ContextKeyExpr . has ( 'searchBuiltInExtensions' ) ,
223- weight : 100
223+ weight : 100 ,
224+ canToggleVisibility : true
224225 } ;
225226 }
226227
@@ -231,7 +232,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
231232 location : ViewLocation . Extensions ,
232233 ctor : BuiltInThemesExtensionsView ,
233234 when : ContextKeyExpr . has ( 'searchBuiltInExtensions' ) ,
234- weight : 100
235+ weight : 100 ,
236+ canToggleVisibility : true
235237 } ;
236238 }
237239
@@ -242,7 +244,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
242244 location : ViewLocation . Extensions ,
243245 ctor : BuiltInBasicsExtensionsView ,
244246 when : ContextKeyExpr . has ( 'searchBuiltInExtensions' ) ,
245- weight : 100
247+ weight : 100 ,
248+ canToggleVisibility : true
246249 } ;
247250 }
248251
You can’t perform that action at this time.
0 commit comments