-
Notifications
You must be signed in to change notification settings - Fork 64
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
Icon annotation gives validation errors #1569
Comments
I think I know where the problem is. I will push a fix as soon as my build setup works again. |
I vaguely recall this feature was quietly removed due to a refactoring. Perhaps @a-sr knows more... |
afaik the icon feature does not work at the moment. Nonetheless, the issue here is an actual bug in the validator. |
Icons work but only in Eclipse and not in VSCode (kieler/KLighD#146) and they will stop working as soon as #1482 is merged. I will reactivate them as soon as the required feature is implemented in Klighd. |
If you create the following LF file:
and then compile it with
lfc
, you get:Note that the trailing quotation mark is included. I tried to fix this, but it just led to another error in the same validation code.
The text was updated successfully, but these errors were encountered: