Skip to content

Commit 2d9d9fc

Browse files
matchOnDescription when filtering data packages (#102)
1 parent c0b52a9 commit 2d9d9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/listDataPackages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ async function listDataPackages(): Promise<void> {
4848
await window.showQuickPick(dataPackageItems, {
4949
title: 'Select Data Package to View Tabular Data Resources',
5050
canPickMany: false,
51+
matchOnDescription: true,
5152
matchOnDetail: true
5253
});
5354
if (selectedDataPackage) {

0 commit comments

Comments
 (0)