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
After #13421 the arguments of the VSCodeExtensionUri.fromId method has changed without adapting the caller site. This results in an invalid URI that doesn't lead to a valid extension.
Steps to Reproduce:
Run the Configure Display Language command
Select a language that isn't installed yet.
Observe the error message in the console: Uncaught (in promise) Error: Deployment of extension with ID vscode-extension://vscode-language-pack-zh-hans/MS-CEINTL failed.