Fix slash history test

This commit is contained in:
Alex Dima
2026-03-21 23:23:32 +01:00
parent 61627c8b44
commit 4ed68ee36f

View File

@@ -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>();