mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-28 03:08:04 +01:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user