提交 164733ea 编写于 作者: R rebornix

fix #104015.

上级 d213eb2d
......@@ -99,6 +99,7 @@ registerAction2(class extends Action2 {
const picker = quickInputService.createQuickPick<(IQuickPickItem & { run(): void; kernelProviderId?: string })>();
picker.items = picks;
picker.activeItems = picks.filter(pick => (pick as IQuickPickItem).picked) as (IQuickPickItem & { run(): void; kernelProviderId?: string; })[];
picker.placeholder = nls.localize('pickAction', "Select Action");
picker.matchOnDetail = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册