The feature i'm looking for - Every time i open my sf project file in vs code, the command - "SFDX: Retrieve Source in Manifest from Org" will happen automatically. Thanks in advance.
Auto retrieve when opening a Salesforce project in VSCode:
a. Press :
b. Then:
{ "label": "Run Retrieve Manifest From Org on startup", "type": "shell", "command": "sfdx force:source:retrieve -x manifest/package.xml", "windows": { "command": "sfdx force:source:retrieve -x manifest/package.xml" }, "presentation": { "reveal": "always", "panel": "new" }, "runOptions": { "runOn": "folderOpen" } }
a. Should look similar to this:
a. Ctr + shift + p Tasks: Allow automatic Tasks in Folder
b. Enable it.