Skip to content

differentmatt/vscode-copy-github-url

Repository files navigation

Copy GitHub URL VS Code extension

3 separate commands described below.

Copy GitHub URL

Copy a GitHub URL of your current file location to the clipboard.

Usage: Ctrl+L C

Example: https://github.com/differentmatt/vscode-copy-github-url/blob/example-branch/extension.js#L4

Copy GitHub URL Permanent

Copy a GitHub Permanent URL of your current file location to the clipboard.

Usage: Ctrl+Shift+L C

Example: https://github.com/differentmatt/vscode-copy-github-url/blob/c49dae32/extension.js#L4

Copy GitHub URL Default Branch

Copy a GitHub default branch URL of your current file location to the clipboard.

Usage: Ctrl+Shift+L M

Example: https://github.com/differentmatt/vscode-copy-github-url/blob/main/extension.js#L4

Install

  1. Within Visual Studio Code, open the command palette (Ctrl-Shift-P / Cmd-Shift-P)
  2. Type install extension and search for copy github url

Telemetry

This extension collects anonymous telemetry data to help improve the extension's functionality.

You can disable telemetry collection by setting telemetry.telemetryLevel to off in VS Code settings.

No personal or repository-identifying information is collected.

About

Copy GitHub URL vscode extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published