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
When using vscode-nls, I have to call nls.config() in one file and loadMessageBundle in all the others. Couldn't we align this such that I don't need to track whether I have called nls.config() in one of my files at all?
Eg: just calling nls.config() in all files would fix it for me.
The text was updated successfully, but these errors were encountered:
Testing #3156
When using
vscode-nls
, I have to callnls.config()
in one file andloadMessageBundle
in all the others. Couldn't we align this such that I don't need to track whether I have callednls.config()
in one of my files at all?Eg: just calling
nls.config()
in all files would fix it for me.The text was updated successfully, but these errors were encountered: