Extension Host (Worker)
isn't localized
#192808
Labels
extension-host
Extension host issues
feature-request
Request for new features or functionality
l10n-platform
Localization platform issues (not wrong translations)
Milestone
The localize call:
vscode/src/vs/workbench/api/common/extHostLogService.ts
Line 21 in ba3978f
The webworker one is weird... because there isn't a concept of env vars so
VSCODE_NLS_CONFIG
isn't a thing in the web like it is in node and is used to configure the REH AMD Loader:vscode/src/vs/server/node/extensionHostConnection.ts
Line 46 in ba3978f
I'm not seeing us configure the AMD loader with the language which is why that one isn't working.
vscode/src/vs/base/worker/workerMain.ts
Line 67 in ba3978f
Originally posted by @TylerLeonhardt in #192787 (comment)
The text was updated successfully, but these errors were encountered: