{"id":19074999,"url":"https://github.com/carlthome/vscode-git-line-blame","last_synced_at":"2025-04-18T07:32:52.739Z","repository":{"id":195193474,"uuid":"692443083","full_name":"carlthome/vscode-git-line-blame","owner":"carlthome","description":"Display inline information of the last commit that edited the currently selected line in the editor","archived":true,"fork":false,"pushed_at":"2025-02-15T14:39:39.000Z","size":287,"stargazers_count":22,"open_issues_count":8,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T21:51:25.859Z","etag":null,"topics":["git","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=carlthome.git-line-blame","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carlthome.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-16T13:48:54.000Z","updated_at":"2025-02-15T14:39:48.000Z","dependencies_parsed_at":"2023-12-10T17:26:15.275Z","dependency_job_id":"1e9a679e-1d72-4b13-913e-e6513b672878","html_url":"https://github.com/carlthome/vscode-git-line-blame","commit_stats":null,"previous_names":["carlthome/git-line-commit"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlthome%2Fvscode-git-line-blame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlthome%2Fvscode-git-line-blame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlthome%2Fvscode-git-line-blame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlthome%2Fvscode-git-line-blame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlthome","download_url":"https://codeload.github.com/carlthome/vscode-git-line-blame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249453705,"owners_count":21275008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","vscode","vscode-extension"],"created_at":"2024-11-09T01:53:00.692Z","updated_at":"2025-04-18T07:32:52.725Z","avatar_url":"https://github.com/carlthome.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecated: This functionality is now builtin within VS Code directly\n\nCheck out https://code.visualstudio.com/updates/v1_97#_git-blame-information for more information.\n\n# Git Line Blame\n\nVisual Studio Code extension that displays inline information in the text editor about the latest commit that edited the currently selected line.\n\n## Features\n\nThis extension is small on purpose and doesn't come with any settings. It will automatically activate when you open a workspace that contains a git repository. When you select a line in the text editor, the commit summary, author, and time elapsed since that commit edited that line will appear next to the line number in a discrete and unobtrusive color.\n\n## Usage\n\nSimply install the latest version from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=carlthome.git-line-blame). Releases are made from [GitHub Actions](https://github.com/carlthome/vscode-git-line-blame/releases).\n\n## Develop\n\nFirst, if you're new to VS Code extension development, skim through [CONTRIBUTING.md](./CONTRIBUTING.md) first.\n\n## Set up local development environment\n\n```sh\n# Install package in the working directory.\nnpm install\n\n# (Windows \u0026 MacOS) Run unit tests.\nnpm test\n\n# (Linux) Prepend `npm test` with `xvfb-run -a` when running on Linux.\nxvfb-run -a npm test\n```\n\n### Release a new version\n\n1. Update and commit the `CHANGELOG.md` with the new version and changes according to [semver](https://semver.org/)\n1. `npm version minor` (or `major` or `patch`)\n1. `git push`\n1. `git push --tags`\n1. Submit a new release by `gh release create v$(npm pkg get version | xargs)` and fill in the details.\n\n## FAQ\n\n### Why not just use GitLens instead?\n\nGitLens is an excellent extension but I found it overly complicated for my needs, with many features I didn't need. It's also frustrating that the extension keeps pushing for its paid version. In contrast, this extension will always be free and open source software (see [license](./LICENSE)), and will never do more than just provide the line blame information.\n\n### What's that extension icon?\n\nCreated by prompting Stable Diffusion over in [stable-diffusion](https://github.com/carlthome/stable-diffusion) with `python main.py --prompt \"git line blame\"`. 🫢\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlthome%2Fvscode-git-line-blame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlthome%2Fvscode-git-line-blame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlthome%2Fvscode-git-line-blame/lists"}