vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Fixes #969 adds copy relative path to context menu

Open d13 opened this issue 2 years ago • 0 comments

Description

This change adds a Copy Relative Path item to the context menu and the command palette. This copies the relative path, of the active file in the editor, to the clipboard.

Fixes #969

Screen Shot 2022-04-04 at 11 51 16 PM

Checklist

  • [x] I have followed the guidelines in the Contributing document
  • [x] My changes follow the coding style of this project
  • [x] My changes build without any errors or warnings
  • [x] My changes have been formatted and linted
  • [x] My changes include any required corresponding changes to the documentation
  • [x] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • [x] My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

d13 avatar Apr 05 '22 03:04 d13