localizely / flutter-intl-vscode

This VS Code extension generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
87 stars 1 forks source link

Extensions pollutes VS Code warnings with "The message with key KEY does not have metadata defined." #117

Closed ospaarmann closed 3 months ago

ospaarmann commented 3 months ago

After setting up the extension, my "Problems" pane in VS Code is full of warnings, one for each key and translation file. Since I don't plan to add metadata for every key, this is quite annoying. Is there a way to disable the warning?

Screenshot 2024-06-13 at 20 10 28

Sorry for the title spam, I hit ENTER by mistake and cannot delete the issue 🫠

charlescyt commented 3 months ago

Do you have another extension ARB Editor installed? I believe those warnings are from ARB Editor instead.

ospaarmann commented 3 months ago

They indeed are. Thank you