提交 7d643d3d 编写于 作者: H Harald Kirschner

Enable recommended:languages search by default

上级 cbad6f91
......@@ -523,10 +523,7 @@ class ExtensionsContributions extends Disposable implements IWorkbenchContributi
id: MenuId.CommandPalette,
when: CONTEXT_HAS_GALLERY
},
run: async () => {
const recommended = await this.tasExperimentService?.getTreatment<boolean>('recommendedLanguages');
runAction(this.instantiationService.createInstance(SearchExtensionsAction, recommended ? '@recommended:languages ' : '@category:"programming languages" @sort:installs '));
}
run: () => runAction(this.instantiationService.createInstance(SearchExtensionsAction, '@recommended:languages '))
});
this.registerExtensionAction({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册