Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFDX: Create Lightning Web Component does not refresh the VS Code tree, so the component is not visble #1036

Closed
amitkumarj1979 opened this issue Feb 10, 2019 · 3 comments
Labels
status:need vscode support Requires changes to VS Code extensibility. type:bug

Comments

@amitkumarj1979
Copy link

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:

  1. Right click on lwc folder and select SFDX: Create Lightning Web Component.
  2. Name the component something and hit Enter.
  3. 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

@ntotten
Copy link
Contributor

ntotten commented Feb 11, 2019

I think this might be a bug in VSCode's latest release. I have seen similar issues since updating. See: microsoft/vscode#68361

@lcampos
Copy link
Contributor

lcampos commented Feb 20, 2019

@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.

@ntotten
Copy link
Contributor

ntotten commented Apr 5, 2019

This appears to have been resolved by VS Code, please reopen if you are still seeing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:need vscode support Requires changes to VS Code extensibility. type:bug
Projects
None yet
Development

No branches or pull requests

3 participants