Closed prabhuteja12 closed 2 months ago
Hi! Thanks for reporting, I'm looking at it now.
Thank you for the quick fix!
@prabhuteja12 thanks again for reporting it! Let us know how it works. The current solution is more like a hotfix. We'll plan for a better solution tomorrow.
@prabhuteja12 btw I started a Discord server today if you need more help or just want to chat :) https://discord.gg/xPqnDpjm
Hi!
I have a project that contains a few .ico files, and creating the project files with them causes the error
I got around this by adding
ignorePatterns = append(ignorePatterns, "*.ico")
but I guess this needs to be fixed differently. The same project has a both of svg, pngs but they don't seem to cause any issues.I don't know any Go to suggest fixes for this. But reporting this hoping that this is a simple fix.
Thanks!