Johannes Rieken
2023-12-15 10:35:01 +01:00
committed by GitHub
parent 2cf5c59bcc
commit 8558face53
@@ -70,7 +70,6 @@ export class ExtHostChatAgents2 implements ExtHostChatAgentsShape2 {
const commandExecution = new DeferredPromise<void>();
token.onCancellationRequested(() => commandExecution.complete());
setTimeout(() => commandExecution.complete(), 10 * 1000);
this._extHostChatProvider.allowListExtensionWhile(agent.extension.identifier, commandExecution.p);
const slashCommand = request.command