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
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
Does this issue occur when all extensions are disabled?: Yes/No
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
The text was updated successfully, but these errors were encountered: