function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Reshmi Sangani 5Reshmi Sangani 5 

I am new to VS Code and I created a LWC component.

 The component is visible on the lightning component tab but seems like the folder is empty and also the component is not visible on the home page, record page event after setting the targets in the XML file. Isexposed is also set to true. 
When I tried to locate the file locally, I did not find it in the local copy. 
Is there anything I am missing here?
How can I save the file locally?
VinayVinay (Salesforce Developers) 
Hi Reshmi,

Try to retrieve again and see it should be available under folder.

https://trailhead.salesforce.com/en/content/learn/projects/quick-start-lightning-web-components/create-a-hello-world-lightning-web-component
https://newstechnologystuff.com/2018/12/16/lightning-web-component-the-new-development-style/
https://ufthelp.com/2019/06/07/creating-a-salesforce-lightning-web-component-in-visual-studio-code/

Thanks,