aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.48k stars 413 forks source link

Upgrade to vscode-l10n #5376

Open jpinkney-aws opened 2 months ago

jpinkney-aws commented 2 months ago

Problem

Our current localization library (https://github.com/microsoft/vscode-nls) is no longer receiving updates. Instead, VSCode has introduced a new package (https://github.com/microsoft/vscode-l10n) which is its replacement

Blockers

vscode-l10n requires a minimum vscode version of 1.73.0 but we currently support 1.68.0

chengoramazon commented 2 months ago

I think we looked at lthe latest l10n version which requires higher vscode version. v0.0.13 is already in our current vscode version. https://github.com/aws/aws-toolkit-vscode/blob/master/package-lock.json#L17394