Skip to content

Commit e99995d

Browse files
committed
1 parent 876262b commit e99995d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/platform/extensionManagement/node/extensionGalleryService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
336336
text = text.trim();
337337

338338
if (text) {
339+
text = text.length < 200 ? text : text.substring(0, 200);
339340
query = query.withFilter(FilterType.SearchText, text);
340341
}
341342

0 commit comments

Comments
 (0)