File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/core/src/codewhispererChat/tools Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { split } from 'shlex'
1212import path from 'path'
1313import * as vscode from 'vscode'
1414import { isInDirectory } from '../../shared/filesystemUtilities'
15+ import { ConversationTracker } from '../storages/conversationTracker'
1516
1617export enum CommandCategory {
1718 ReadOnly ,
@@ -252,9 +253,6 @@ export class ExecuteBash {
252253 if ( ! this . triggerId ) {
253254 return false
254255 }
255-
256- // Import here to avoid circular dependency
257- const { ConversationTracker } = require ( '../storages/conversationTracker' )
258256 const cancellationtracker = ConversationTracker . getInstance ( )
259257 return cancellationtracker . isTriggerCancelled ( this . triggerId )
260258 }
You can’t perform that action at this time.
0 commit comments