mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Support chat participants in agent mode (#256113)
* Allow participants in any mode Fix #255921 * Get rid of unneeded context keys * Preserve modes for default agents * Fix tests * Fix test
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
"name": "hello",
|
||||
"description": "Hello"
|
||||
}
|
||||
],
|
||||
"modes": [
|
||||
"agent", "ask", "edit"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user