提交 8ce9ad0a 编写于 作者: I isidor

debug: install debuggers sort by install count

fixes #22056
上级 fc8dc290
......@@ -177,7 +177,7 @@ export function registerCommands(): void {
return viewletService.openViewlet(EXTENSIONS_VIEWLET_ID, true)
.then(viewlet => viewlet as IExtensionsViewlet)
.then(viewlet => {
viewlet.search('tag:debuggers');
viewlet.search('tag:debuggers @sort:installs');
viewlet.focus();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册