We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee4992 commit 7a29528Copy full SHA for 7a29528
src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatToolInvocationPart.ts
@@ -27,7 +27,6 @@ import { ChatToolOutputSubPart } from './chatToolOutputPart.js';
27
import { ChatToolPostExecuteConfirmationPart } from './chatToolPostExecuteConfirmationPart.js';
28
import { ChatToolProgressSubPart } from './chatToolProgressPart.js';
29
import { autorun } from '../../../../../../base/common/observable.js';
30
-import { ChatMcpServersInteractionContentPart } from '../chatMcpServersInteractionContentPart.js';
31
import { localize } from '../../../../../../nls.js';
32
import { markdownCommandLink, MarkdownString } from '../../../../../../base/common/htmlContent.js';
33
0 commit comments