We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2ede2 commit 6226755Copy full SHA for 6226755
src/extension.ts
@@ -15,10 +15,6 @@ import {
15
onDidChangeActiveTerminal,
16
onDidChangeTerminalShellIntegration,
17
} 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';
22
import { createManagerReady } from './features/common/managerReady';
23
import { AutoFindProjects } from './features/creators/autoFindProjects';
24
import { ExistingProjects } from './features/creators/existingProjects';
0 commit comments