Aging LinesA POC extension for Visual Studio Code that lets you style source code lines by their commit age Table of ContentsAboutSoftware bugs are often caused by recently introduced changes. Therefore, when hunting down bugs, it is usually helpful to refer to This extension colors lines' backgrounds based on when they were last changed. In other words, it lets you see the annual rings of a file and thus gain a high-level understanding of its changes. Seeing the volatility of lines with your eyes might let you notice things – and bugs – you might not be able to spot in plain logs. UsageOpen up VSCode, press PrerequisiteYou need to have :hammer: DevelopmentClone this repo, open it up in VSCode and hit F5 to spawn a debug window with the extension enabled. You can modify the extension in the first window and hit When using the debug window, remember to enable the plugin's functionality via :tada: DeploymentYou can publish a new version of the code with the :page_with_curl: LicenseMIT |