-
Notifications
You must be signed in to change notification settings - Fork 4
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
VSCode extension and .zeplin/components.json not synced? #110
Comments
Hello @fabiradi,
This was the case when the extension's sole purpose was to be used for Connected Components feature. Then, we updated the extension to have more features and removed that prompt because not all users use the Connected Components feature. We need to update the documentation though, thanks for the information. 👍
That's because the extension panel is not related to Connected Components feature. It provides an easy access to Zeplin projects, styleguides, screens and components within VS Code. You have to add the projects or styleguides you use via the buttons on that panel. Connected Components configuration data may be integrated to extension panel in the future, but we haven't thought on that throughly yet. For connected components feature, you can use |
Thanks for the quick response! It all makes sense. However, I think there is a lot of potential in using the sidebar in connection to the 👍 The commands inside the file are very helpful, especially when adding component names. What I would have liked to see:
Thanks for the good work! I really like the connected components feature! |
I'm starting to use the Zeplin extension for VSCode and was following the Getting started Guide. It is said that the extension will create (or ask to create) the config file. That never happened. All config seem to be "hidden" somewhere.
So, I manually created the config file
zeplin/components.json
using the CTRL+P command, added a styleguide and assigned components. Those information is not displayed in the extension panel. The components.json file does have actions included, i.e. "Add components", but it does not seem to be connected to the extension panel at all. So, the extension seems to be working somehow.The text was updated successfully, but these errors were encountered: