diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Helpers/DataPackageHelper.cs b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Helpers/DataPackageHelper.cs index a4e7873189..f98b933062 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Helpers/DataPackageHelper.cs +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Helpers/DataPackageHelper.cs @@ -38,9 +38,6 @@ internal static class DataPackageHelper }, }; - // Cheap + immediate. - dataPackage.SetText(capturedPath); - // Expensive + only computed if the consumer asks for StorageItems. dataPackage.SetDataProvider(StandardDataFormats.StorageItems, async void (request) => {