You need to sign in to do that
Don't have an account?

How do I reinitialize my VS code for salesforce development?
I was able to create new LWC component, deploy source to org before. But after I closed the project and reopend it, I can no longer do any of those. How do I resolve this?
2. Click on File -> Open Folder
3. Open your folder
After 30 seconds, your project will have been initialized to the org.
Opening the folder in VS Code from the terminal did not work for me.
All Answers
In the visual studio code go to View->command Pallate and type create Lightning web component and from where we can create the LWC as shown below.
If this solution helps, please mark it as best answer.
Thanks,
I already tried that. The only SDFX command availabe is Create Project. I do not want to create a project. I want to reinitialize this project.
2. Click on File -> Open Folder
3. Open your folder
After 30 seconds, your project will have been initialized to the org.
Opening the folder in VS Code from the terminal did not work for me.