-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Recommend language pack extensions based on locale #44012
Comments
@ramya-rao-a no we don't. However for this release we should recommend the extensions that are in the market place. In VS Code I do white list right now the bundled languages so that they get special treatment :-). They are here: https://github.com/Microsoft/vscode/blob/master/src\main.js#L283 |
@dbaeumer I have added a check so that we recommend language packs only for the non core languages. FYI https://github.com/Microsoft/vscode/blob/9a940305cb69991aa3af112db473ba324b6978c5/src/vs/base/common/platform.ts#L106 is the language I am using to recommend the language packs |
@danyeh Can you re-publish the 4 language packs at https://github.com/Microsoft/vscode-loc after updating your local We cannot verify the recommendation feature without these tags |
Verified from dev. |
@sandy081 How did you verify this? The tags aren't present in the extensions in the marketplace yet. |
@ramya-rao-a Published a dummy extension contributing localizations and verified that this extensin is recommended by running from sources. (Have to comment a check in the source though) |
Can you point me to the dummy extension you published? |
I unpublished it after testing. It's simple. Add localizations contribution without any translation files and published. Made sure that extension was recommended (in code, hardcode the language to |
Now that we are pulling language support out from the default product and into extensions, we should recommend appropriate language pack extensions based on the users locale
The text was updated successfully, but these errors were encountered: