实现 快捷键 Ctrl + Shift + T 显示 vscode QickPick 弹窗
This commit is contained in:
@@ -4,6 +4,7 @@ interface ExtendedQuickPickItem extends vscode.QuickPickItem {
|
||||
value: string;
|
||||
}
|
||||
|
||||
type QuickPickItemEx = ExtendedQuickPickItem | vscode.QuickPickItem;
|
||||
// type QuickPickItemEx = ExtendedQuickPickItem | vscode.QuickPickItem;
|
||||
type QuickPickItemEx = ExtendedQuickPickItem;
|
||||
|
||||
export default QuickPickItemEx;
|
||||
|
Reference in New Issue
Block a user