Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some extensions cannot be installed and used #313

Closed
wangnan789 opened this issue Feb 18, 2022 · 3 comments
Closed

Some extensions cannot be installed and used #313

wangnan789 opened this issue Feb 18, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@wangnan789
Copy link

wangnan789 commented Feb 18, 2022

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:1.65.0
  • OS Version:devuan 4

Steps to Reproduce:

1.installed "ms-ceintl.vscode-language-pack-zh-hans" [Install in Browser]

2.error message "The 'ms-ceintl.vscode-language-pack-zh-hans' extension is not available in code-server for Web."
3. .installed "moshfeu.diff-merge"
4. Select two files to compare
5. error message
<Error> <Code>BlobNotFound</Code> <Message> The specified blob does not exist. RequestId:b32cb1f4-501e-0075-15c7-2463b3000000 Time:2022-02-18T12:59:36.3559897Z </Message> </Error>

But
These two extensions can be used correctly in Microsoft code

@filiptronicek filiptronicek self-assigned this Feb 18, 2022
@filiptronicek
Copy link
Member

Heya @cws999! I believe this is not a bug, rather intended behavior: some extensions are just not configured to run in the browser: some extensions are not available to be run in the browser, you can read more about it in the corresponding VS Code Docs.

With the Diff & Merge extension I could not reproduce your error, I am guessing maybe it's some TLS problems, are you using a self hosted OpenVSCode Server or how does your setup look like?
image

Also, the extension you are trying to install is Microsoft's Chinese language pack. Translations are not yet a thing on the web, but they might be contributed by the wonderful @jsjoeio as means to resolve microsoft#82595, so stay tuned, you will be available to do this, soon.

@filiptronicek filiptronicek added the bug Something isn't working label Feb 18, 2022
@jsjoeio
Copy link

jsjoeio commented Feb 18, 2022

but they might be contributed by the wonderful @jsjoeio as means to resolve microsoft#82595, so stay tuned, you will be available to do this, soon

Hoping I can get to that soon! No promises though 😅 Best to subscribe to that issue so you know when it's fixed upstream!

@wangnan789
Copy link
Author

wangnan789 commented Feb 19, 2022

With the Diff & Merge extension I could not reproduce your error, I am guessing maybe it's some TLS problems, are you using a self hosted OpenVSCode Server or how does your setup look like?

Does this issue occur when all extensions are disabled?: Yes

I am running the service locally like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants