Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TesserakNew to Visual Studio Code? Get it now.

Tesserak

frappacchio

|
409 installs
| (1) | Free
Copy a file to a specified output location related to the project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tesserak

Tesserak

Visual Studio Code plugin which copy a file to a specified output location related to the project

Extension Settings

"tesserak.pathMapping": [
    {
        "input": "/home/source1/",
        "output": "/home/destination1/"
    }
]

Replace an exisiting file at the output location if it already exists. Default is true.

"tesserak.replaceIfExists": true

Example Scenarios

Right click on file(s) or folder(s) within the explorer view and select Tesserak this! context menu voice. It will create a copy of given file(s) or folder(s) to output destination mantaining the folder structure.

Notes

We suggest to create a Workspace Settings file in order to use relative paths.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft