mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
More small chat API fixes (#205901)
* Fix #205811 * Fix #205807 * Make description optional * Fix * fix test
This commit is contained in:
@@ -67,7 +67,7 @@ suite('chat', () => {
|
||||
interactive.sendInteractiveRequestToProvider('provider', { message: '@participant /hello friend' });
|
||||
} else {
|
||||
assert.strictEqual(request.context.history.length, 1);
|
||||
assert.strictEqual(request.context.history[0].participant.participant, 'participant');
|
||||
assert.strictEqual(request.context.history[0].participant.name, 'participant');
|
||||
assert.strictEqual(request.context.history[0].command, 'hello');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user