We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b52a9 commit 2d9d9fcCopy full SHA for 2d9d9fc
src/commands/listDataPackages.ts
@@ -48,6 +48,7 @@ async function listDataPackages(): Promise<void> {
48
await window.showQuickPick(dataPackageItems, {
49
title: 'Select Data Package to View Tabular Data Resources',
50
canPickMany: false,
51
+ matchOnDescription: true,
52
matchOnDetail: true
53
});
54
if (selectedDataPackage) {
0 commit comments