@@ -10,7 +10,7 @@ import { vscode } from "@src/utils/vscode"
1010import { telemetryClient } from "@src/utils/TelemetryClient"
1111import { ToggleSwitch } from "@/components/ui/toggle-switch"
1212
13- import { History , PiggyBank , Router , SquareArrowOutUpRightIcon } from "lucide-react"
13+ import { History , PiggyBank , SquareArrowOutUpRightIcon } from "lucide-react"
1414
1515type AccountViewProps = {
1616 userInfo : CloudUserInfo | null
@@ -108,7 +108,6 @@ export const AccountView = ({ userInfo, isAuthenticated, cloudApiUrl, onDone }:
108108 </ div >
109109 ) }
110110
111- { /* Remote Control Toggle - only show if user has extension bridge enabled */ }
112111 { userInfo ?. extensionBridgeEnabled && (
113112 < div className = "border-t border-vscode-widget-border pt-4 mt-4" >
114113 < div className = "flex items-center gap-3 mb-2" >
@@ -161,10 +160,6 @@ export const AccountView = ({ userInfo, isAuthenticated, cloudApiUrl, onDone }:
161160 { t ( "account:cloudBenefitsTitle" ) }
162161 </ h2 >
163162 < ul className = "text-vscode-descriptionForeground space-y-3 mx-auto px-8" >
164- < li className = "flex items-start text-left gap-4" >
165- < Router size = "16" className = "shrink-0" />
166- < span > { t ( "account:cloudBenefitWalkaway" ) } </ span >
167- </ li >
168163 < li className = "flex items-start text-left gap-4" >
169164 < SquareArrowOutUpRightIcon size = "16" className = "shrink-0" />
170165 { t ( "account:cloudBenefitSharing" ) }
0 commit comments