Skip to content

Commit e49a737

Browse files
authored
Fixed some typo's (#8737)
1 parent 4efbe8d commit e49a737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/references/activation-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ This activation event is emitted and interested extensions will be activated **s
233233

234234
```json
235235
"activationEvents": [
236-
"onTaskType":"npm"
236+
"onTaskType:npm"
237237
]
238238
```
239239

@@ -356,7 +356,7 @@ An activation event emitted when the specified language model tool is invoked.
356356

357357
```json
358358
"activationEvents": [
359-
"onChatParticipant:my-language-model-tool"
359+
"onLanguageModelTool:my-language-model-tool"
360360
]
361361
```
362362

0 commit comments

Comments
 (0)