mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Add chatParticipant contribution point (#206474)
* Add package.json registration for chat agents * Update for tests * Separate static and dynamic chat agent parts * Handle participant registration correctly * Fix tests * Fix test * Remove commented code * Fix more tests * Pluralize * Pluralize test contribution
This commit is contained in:
@@ -64,6 +64,19 @@
|
||||
},
|
||||
"icon": "media/icon.png",
|
||||
"contributes": {
|
||||
"chatParticipants": [
|
||||
{
|
||||
"name": "participant",
|
||||
"description": "test",
|
||||
"isDefault": true,
|
||||
"commands": [
|
||||
{
|
||||
"name": "hello",
|
||||
"description": "Hello"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "Test Config",
|
||||
|
||||
Reference in New Issue
Block a user