Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 881 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 881 Bytes

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.