File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/Agentic/IncidentDetails/IncidentMetaData/IdeToolbar Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { useEffect , useState , type ComponentType } from "react" ;
22import { sendUserActionTrackingEvent } from "../../../../../utils/actions/sendUserActionTrackingEvent" ;
33import { uniqueBy } from "../../../../../utils/uniqueBy" ;
4- import type { VSCodeExtensionInfo } from "../../../../IdeLauncher/types" ;
54import { VSCodeLogoIcon } from "../../../../common/icons/100px/VSCodeLogoIcon" ;
65import { CursorLogoIcon } from "../../../../common/icons/24px/CursorLogoIcon" ;
76import type { IconProps } from "../../../../common/icons/types" ;
@@ -11,7 +10,7 @@ import { trackingEvents } from "../../../tracking";
1110import { addChatContextIncidentFile } from "./addChatContextFile" ;
1211import { scanRunningVSCodeIdeProjects } from "./scanRunningVSCodeIdeProjects" ;
1312import * as s from "./styles" ;
14- import type { IdeToolbarProps } from "./types" ;
13+ import type { IdeToolbarProps , VSCodeExtensionInfo } from "./types" ;
1514
1615const IDE_ICONS : Record < string , ComponentType < IconProps > > = {
1716 cursor : CursorLogoIcon ,
You can’t perform that action at this time.
0 commit comments