Skip to content

Commit 6226755

Browse files
authored
remove unused imports for environment tools (#456)
fix build failure
1 parent 1f2ede2 commit 6226755

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ import {
1515
onDidChangeActiveTerminal,
1616
onDidChangeTerminalShellIntegration,
1717
} from './common/window.apis';
18-
import { CreateQuickVirtualEnvironmentTool } from './features/chat/createQuickVenvTool';
19-
import { GetEnvironmentInfoTool } from './features/chat/getEnvInfoTool';
20-
import { GetExecutableTool } from './features/chat/getExecutableTool';
21-
import { InstallPackageTool } from './features/chat/installPackagesTool';
2218
import { createManagerReady } from './features/common/managerReady';
2319
import { AutoFindProjects } from './features/creators/autoFindProjects';
2420
import { ExistingProjects } from './features/creators/existingProjects';

0 commit comments

Comments
 (0)