CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
pluginIcon.svg
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 1ab8ace | 1 | <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"> |
| 2 | <!-- Marketplace pluginIcon: 40x40 per JetBrains spec. Mirrors the | |
| 3 | globe-with-meridians mark used by the VS Code extension. --> | |
| 4 | <circle cx="20" cy="20" r="15" stroke="#1f6feb" stroke-width="2.4"/> | |
| 5 | <path d="M5 20h30" stroke="#1f6feb" stroke-width="2.4" stroke-linecap="round"/> | |
| 6 | <path d="M20 5a22 22 0 0 1 0 30" stroke="#1f6feb" stroke-width="2.4" stroke-linecap="round"/> | |
| 7 | <path d="M20 5a22 22 0 0 0 0 30" stroke="#1f6feb" stroke-width="2.4" stroke-linecap="round"/> | |
| 8 | </svg> |