vlocode
vlocode copied to clipboard
How can I change the destination export folder?
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.
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.