mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 03:35:04 -05:00
Fix slash history test
This commit is contained in:
@@ -60,6 +60,7 @@ suite('chat', () => {
|
||||
|
||||
test('participant and slash command history', async () => {
|
||||
const onRequest = setupParticipant();
|
||||
await commands.executeCommand('workbench.action.chat.newChat');
|
||||
commands.executeCommand('workbench.action.chat.open', { query: '@participant /hello friend' });
|
||||
|
||||
const deferred = new DeferredPromise<void>();
|
||||
|
||||
Reference in New Issue
Block a user