mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Change FollowupProvider to take a ChatContext. (#206611)
* Change FollowupProvider to take a ChatContext. Also fix #205761 * Update test
This commit is contained in:
@@ -98,7 +98,7 @@ suite('chat', () => {
|
||||
});
|
||||
participant.isDefault = true;
|
||||
participant.followupProvider = {
|
||||
provideFollowups(result, _token) {
|
||||
provideFollowups(result, _context, _token) {
|
||||
deferred.complete(result);
|
||||
return [];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user