-
Notifications
You must be signed in to change notification settings - Fork 32
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
No generation on WSL #14
Comments
@allurefx I am having the same problem and nothing is being generated by the extension (1.1.2 too). |
@allurefx @carlohcs can you please try again with our latest version (v1.1.4)? It fixes some of the path resolving issues you might be seeing. https://marketplace.visualstudio.com/items?itemName=Adobe.xd |
@demianborba nothing changed! I tried to install other versions of the extension, but nothing changed. Stack: Ubuntu (18.04.5 LTS), VSCode (1.56.0) |
@demianborba Any updates on this? Having the exact same issue as @carlohcs with my WSL 2 configuration. Very sad to see this has not been fixed in a year now. |
So, it turns out that the fix to the problem is dead simple. I dug around in the extension code located in In the function that generates the style-dictionary config file, the template file Just from looking at how this repository has not really been maintained at all, I'd suggest simply renaming the file, located inside the WSL at |
Hey @TheKvist, I gave up on this package. I think the only responsible for this it was @demianborba. And if I not wrong, he isn't more worker in Adobe. So maybe this request it will not be resolved... I started to use just Style Dictionary to solve my case. I hope you have a better experience! Good luck! |
I installed the Adobe XD extension (1.1.2) on both the Windows 10 and WSL:Ubuntu VSCode versions. The Windows version generates the code, but not the WSL version. I need Flutter/Dart, but even other languages aren't generating. On the WSL version, the dsp folder gets generated, with assets/, data/, and dsp.json, installs dist/styledictionary/ with node_modules/, etc. but doesn't actually generate the code. I thought it's a path issue where the generator isn't finding the path, but there is no error displayed, says the generation completed successfully.
The text was updated successfully, but these errors were encountered: