Skip to content

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

Notifications You must be signed in to change notification settings

openmindlab/tesserak

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published