coder / code-server

VS Code in the browser
https://coder.com
MIT License
67.87k stars 5.58k forks source link

Unable to install Chinese language plugin(vscode-language-pack-zh-hans) with command #7004

Closed shaoqingyang closed 2 weeks ago

shaoqingyang commented 2 weeks ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

1. 2. 3.

Expected

Use command can find this to select. image

Actual

Use command ‘./code-server --install-extension /xxxx’ can install plugin,but can't select CN language.

Logs

No response

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

Yes, this is also broken in native VS Code

Does this bug reproduce in GitHub Codespaces?

Yes, this is also broken in GitHub Codespaces

Are you accessing code-server over a secure context?

Notes

No response

code-asher commented 2 weeks ago

Yeah I think VS Code might have a bug where it is not generated the language bundle when installing from the command line.

I will close it as a duplicate of https://github.com/coder/code-server/issues/4735 and rename that issue a bit, but I think this will probably have to be fixed upstream in VS Code.