You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template-arb-file should take arb-dir into account
Actual Behavior
template-arb-file doesn't take arb-dir into account.
Steps to Reproduce the Problem
arb-dir: lib/l10ntemplate-arb-file: lib/l10n/app_en.arb # Will provide intellisense but will throw error : The 'template-arb-file', LocalFile: '**/lib/l10n/lib/l10n/app_en.arb', does not exist.template-arb-file: app_en.arb # Won't provide intellisense but no error will be thrown.
The text was updated successfully, but these errors were encountered:
Expected Behavior
template-arb-file should take arb-dir into account
Actual Behavior
template-arb-file doesn't take arb-dir into account.
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: