I am using Bitbucket/Git/Salesforce. After authorizing my Salesforce org with VS Code, I make my changes in Salesforce. Next, I retrieve code from Org into VSCode. I see the Assignments of the new page 'ProcessorHomePage' to the app, but I don't see the new homepage page itself in the Flexipages directory. I know that I am connected to the org, as the assignment changes show up, but not the page itself.
<profileActionOverrides> <actionName>Tab</actionName> <content>Processor_HomePage</content> <formFactor>Large</formFactor> <pageOrSobjectType>standard-home</pageOrSobjectType> <type>Flexipage</type> <profile>Processor</profile> </profileActionOverrides>
How can I find the new homepage that I have created and upload with the page assignments? Thank you.