Skip to content

Commit e1a5c58

Browse files
committed
tools tag for languageModelTools contribution
1 parent 3fb6544 commit e1a5c58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/package.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +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', 'github-copilot'] : [];
685+
const languageModelTool = doesContribute('languageModelTool') ? ['tools', 'github-copilot'] : [];
685686

686687
const localizationContributions = ((contributes && contributes['localizations']) ?? []).reduce<string[]>(
687688
(r, l) => [...r, `lp-${l.languageId}`, ...toLanguagePackTags(l.translations, l.languageId)],
@@ -723,6 +724,7 @@ export class TagsProcessor extends BaseProcessor {
723724
...json,
724725
...remoteMenu,
725726
...chatParticipants,
727+
...languageModelTool,
726728
...localizationContributions,
727729
...languageContributions,
728730
...languageActivations,

0 commit comments

Comments
 (0)