Skip to content

Commit 203c51a

Browse files
committed
closes #1121
1 parent 48fb8b3 commit 203c51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ export class TagsProcessor extends BaseProcessor {
681681
const debuggers = doesContribute('debuggers') ? ['debuggers'] : [];
682682
const json = doesContribute('jsonValidation') ? ['json'] : [];
683683
const remoteMenu = doesContribute('menus', 'statusBar/remoteIndicator') ? ['remote-menu'] : [];
684-
const chatParticipants = doesContribute('chatParticipants') ? ['chat-participant', 'github-copilot'] : [];
685-
const languageModelTool = doesContribute('languageModelTool') ? ['tools', 'github-copilot'] : [];
684+
const chatParticipants = doesContribute('chatParticipants') ? ['chat-participant'] : [];
685+
const languageModelTool = doesContribute('languageModelTool') ? ['tools'] : [];
686686

687687
const localizationContributions = ((contributes && contributes['localizations']) ?? []).reduce<string[]>(
688688
(r, l) => [...r, `lp-${l.languageId}`, ...toLanguagePackTags(l.translations, l.languageId)],

0 commit comments

Comments
 (0)