Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Avoid use of any
  • Loading branch information
gjsjohnmurray authored Mar 19, 2022
commit e026fa697107ffc4d0e4b816d145535cfd13ce84
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class NewFileTemplatesManager extends Disposable {

disposables.add(qp.onDidTriggerItemButton(e => {
qp.hide();
this.commandService.executeCommand('workbench.action.openGlobalKeybindings', (e.item as any).commandID);
this.commandService.executeCommand('workbench.action.openGlobalKeybindings', (e.item as (IQuickPickItem & NewFileItem)).commandID);
}));

qp.show();
Expand Down