https://github.com/shreyb2091/vscode-extension
https://github.com/shreyb2091/vscode-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shreyb2091/vscode-extension
- Owner: ShreyB2091
- Created: 2023-06-02T10:34:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T09:23:37.000Z (about 2 years ago)
- Last Synced: 2025-02-05T19:43:00.164Z (4 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Line Trace README
Find out the details of the latest commit corresponding to any line of a file in your git repo. You can see who made the commit and when it was made.
Clone this repository in your local machine to use the extension.## Installation
run ``code --install-extension gitlinetrace-0.0.1.vsix`` in your terminal to install the extension.
## Loading the Extension
To load the extension, you need to copy the files to your VS Code extensions folder `.vscode/extensions`. Depending on your platform, it is located in the following folders:
* **Windows** `%USERPROFILE%\.vscode\extensions`
* **macOS** `~/.vscode/extensions`
* **Linux** `~/.vscode/extensions`## Usage
To activate the extension, first open the command palette using ``Ctrl + Shift + P`` then run the command ``Show History``