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
All that's left to do is leverage the vscode.l10n.bundle or vscode.l10n.uri API along with l10n.config in @vscode/l10n on the server side to connect the dots. This will allow this extension to be fully localized for the desktop and the web.
The text was updated successfully, but these errors were encountered:
Follow up from #164438
All the pieces of the puzzle should be here:
vscode.l10n
@vscode/l10n
All that's left to do is leverage the
vscode.l10n.bundle
orvscode.l10n.uri
API along withl10n.config
in@vscode/l10n
on the server side to connect the dots. This will allow this extension to be fully localized for the desktop and the web.The text was updated successfully, but these errors were encountered: