mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Limit chat history to messages with the current participant (#209898)
* Limit chat history to messages with the current participant * Fix build error * Fix build for real
This commit is contained in:
@@ -75,6 +75,12 @@
|
||||
"description": "Hello"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "api-test.participant2",
|
||||
"name": "participant2",
|
||||
"description": "test",
|
||||
"commands": [ ]
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
|
||||
Reference in New Issue
Block a user