When a new version of the extension is released it overwrites any languages set with the yaml-embedded-languages.include setting. To avoid this, generate files (if neccessary) on activation.
User langauges should take priority and override the built-in languages. Furthermore, built-in language aliases should be specified seperately to allow them to be properly overriden.
Fixes #24
When a new version of the extension is released it overwrites any languages set with the
yaml-embedded-languages.include
setting. To avoid this, generate files (if neccessary) on activation.User langauges should take priority and override the built-in languages. Furthermore, built-in language aliases should be specified seperately to allow them to be properly overriden.