Skip to content

Commit aa0c563

Browse files
committed
Add 'copilot-tools' to languageModelTools contributions
1 parent 7fd6c3e commit aa0c563

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'] : [];
685+
const languageModelTools = doesContribute('languageModelTools') ? ['tools', 'copilot-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)