You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right click on the lwc folder and select SFDX: Create Lightning Web Component. Name the component and hit Enter. The component is created but its not visible in the VS Code tree on the left side.
Steps To Reproduce:
Right click on lwc folder and select SFDX: Create Lightning Web Component.
Name the component something and hit Enter.
The component is created but visible on the VS Code tree on the left side.
Expected result
The new component should show up in VSCode on the left side tree.
Actual result
The new component does NOT show up on the tree on the left side.
Additional information
Feel free to attach a screenshot.
VS Code Version: 1.31
SFDX CLI Version: 45.1.2
OS and version: MAC OS 10.14.2
The text was updated successfully, but these errors were encountered:
@amitkumarj1979 have you tried enabling vscode's experimental file watcher ? That solved most of the issues I was seeing on my side. Settings > Check the "Use Experimental File Watcher" Option.
Summary
Right click on the lwc folder and select SFDX: Create Lightning Web Component. Name the component and hit Enter. The component is created but its not visible in the VS Code tree on the left side.
Steps To Reproduce:
Expected result
The new component should show up in VSCode on the left side tree.
Actual result
The new component does NOT show up on the tree on the left side.
Additional information
Feel free to attach a screenshot.
VS Code Version: 1.31
SFDX CLI Version: 45.1.2
OS and version: MAC OS 10.14.2
The text was updated successfully, but these errors were encountered: