An open API service indexing awesome lists of open source software.

https://github.com/shreyb2091/vscode-extension


https://github.com/shreyb2091/vscode-extension

Last synced: 3 months ago
JSON representation

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``