mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-28 19:27:05 +01:00
Fix #41781
This commit is contained in:
@@ -234,7 +234,7 @@ export class ExtensionsListView extends ViewsViewletPanel {
|
||||
const languageTag = languageName ? ` tag:"${languageName}"` : '';
|
||||
|
||||
// Construct a rich query
|
||||
return `tag:"__ext_${ext}" ${keywords.map(tag => `tag:"${tag}"`).join(' ')}${languageTag}`;
|
||||
return `tag:"__ext_.${ext}" ${keywords.map(tag => `tag:"${tag}"`).join(' ')}${languageTag}`;
|
||||
});
|
||||
|
||||
if (names.length) {
|
||||
|
||||
Reference in New Issue
Block a user