diff --git a/api/references/activation-events.md b/api/references/activation-events.md index 2222b8d444..1abf3be17f 100644 --- a/api/references/activation-events.md +++ b/api/references/activation-events.md @@ -233,7 +233,7 @@ This activation event is emitted and interested extensions will be activated **s ```json "activationEvents": [ - "onTaskType":"npm" + "onTaskType:npm" ] ``` @@ -356,7 +356,7 @@ An activation event emitted when the specified language model tool is invoked. ```json "activationEvents": [ - "onChatParticipant:my-language-model-tool" + "onLanguageModelTool:my-language-model-tool" ] ```