Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Copy Files PathsNew to Visual Studio Code? Get it now.
Git Copy Files Paths

Git Copy Files Paths

Orma DEPT.

|
69 installs
| (0) | Free
Automatically copies the paths for all the modified/new files in the current working directory.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Copy Files Paths

Features

Button to run Git Copy Files Paths command and demo:

Use button

Usage

  • Open the Command Palette Ctrl+Shift+P (Cmd+Shift+P on macOS)
  • Type Git Copy Files Paths and hit return
  • The paths for the modified/added files are copied in the clipboard

Extension Settings

This extension contributes the following settings:

  • gitPaths.includeNonStagedChanges: Include non staged changes. Default is true.

  • gitPaths.includeStagedChanges: Include staged changes. Default is true.

    NB: If includeNonStagedChanges and includeStagedChanges are set to false they will both be included.

  • gitPaths.removeRepoRootPath: Remove the repository root path from the file path. This will lead to relative paths. Default is true.

  • gitPaths.removeLeadingSlash: Remove the leading slash from the file path. Default is true.

  • gitPaths.removeDuplicates: Remove duplicate paths. Default is true.

Happy Copying!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft