vlocode icon indicating copy to clipboard operation
vlocode copied to clipboard

How can I change the destination export folder?

Open mcartagironi opened this issue 1 year ago • 1 comments

When I retrieve an element for the first time, the extension asks me if I want to set a destination folder, but if I choose the wrong folder, I cannot change it.

mcartagironi avatar Apr 02 '24 17:04 mcartagironi

The export folder is saved as a workspace setting. You can change it from the vscode settings menu and also by editing the .vscode/settings.json file in your workspace folder.

{
    "vlocity.customJobOptionsYaml": "./vlocity/dataPacksJobs/default.yaml",
    "vlocity.projectPath": "./vlocity/src",
    "vlocity.sfdxUsername": "[email protected]"
}

Where vlocity.projectPath is the export path.

Codeneos avatar Apr 03 '24 14:04 Codeneos