Skip to content

Commit 66ab122

Browse files
committed
Fix languageModelTools contribution tag in TagsProcessor
1 parent aa0c563 commit 66ab122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ export class TagsProcessor extends BaseProcessor {
682682
const json = doesContribute('jsonValidation') ? ['json'] : [];
683683
const remoteMenu = doesContribute('menus', 'statusBar/remoteIndicator') ? ['remote-menu'] : [];
684684
const chatParticipants = doesContribute('chatParticipants') ? ['chat-participant'] : [];
685-
const languageModelTools = doesContribute('languageModelTools') ? ['tools', 'copilot-tools'] : [];
685+
const languageModelTools = doesContribute('languageModelTools') ? ['tools', 'language-model-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)