-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Display language change not taking effect for extensions running in remote extension host #166836
Comments
/duplicate #165974 (comment) This will be fixed in the next stable release of vscode projected for this week. |
It still not work on Codespace in 1.74.0 @TylerLeonhardt |
@TylerLeonhardt you can download the language pack install it from vsix, then restart the codespace. |
Maybe same issues like #168683 (comment) |
We need the language pack to be on the server side so that extensions running over there are translated correctly. This ensures the correct language pack is installed before the ExtensionScanner (which will translate the manifest of extensions) kicks in. Fixes #166836
We need the language pack to be on the server side so that extensions running over there are translated correctly. This ensures the correct language pack is installed before the ExtensionScanner (which will translate the manifest of extensions) kicks in. Fixes #166836
We need the language pack to be on the server side so that extensions running over there are translated correctly. This ensures the correct language pack is installed before the ExtensionScanner (which will translate the manifest of extensions) kicks in. Fixes #166836
So this should work on Desktop now but there's still some work to be done on the web for this. |
Fixes #166836 When a user using a browser locale other than English loads vscode.dev, they get a localized workbench but the remote needs to know what extension was used to localize it. This ensures the extension id is passed along to the remote.
Fixes #166836 When a user using a browser locale other than English loads vscode.dev, they get a localized workbench but the remote needs to know what extension was used to localize it. This ensures the extension id is passed along to the remote.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
zh-cn
Some of the characters are Chinese and some are English
The text was updated successfully, but these errors were encountered: