code-server
code-server copied to clipboard
[Bug]: Live preview extension does not work
Is there an existing issue for this?
- [X] I have searched the existing issues
OS/Web Information
- Web Browser: edge, chrome
- Local OS: Windows 10
- Remote OS: Ubuntu 22.04 LTS
- Remote Architecture: Arm64(aarch64)
-
code-server --version
: code-server 4.11.0 85e083580dec27ef19827ff42d3c9257d56ea7e
Steps to Reproduce
- Install this extension (https://open-vsx.org/extension/ms-vscode/live-server) (https://github.com/microsoft/vscode-livepreview)
- run a simple hello world html code
- Open the live preview extension, It will show the hello world but it will not work optimally, It will not auto refresh and it will show error saying (Failed to load message bundle. See console for details.)
Expected
It should automatically reload automatically our codes.
Actual
It doesnt reload automatically our codes and shows some error
Logs
No response
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
- [X] I cannot reproduce this in VS Code.
- [X] I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- [X] I am using HTTPS.
Notes
In github codespaces it uses different version. but I do not see any error message there. This works flawlessly in vscode tho.
I am not sure what causes this but I just wanted to post to say that I reproduced at least.
I am not sure what causes this but I just wanted to post to say that I reproduced at least.
Looks like the coder team is not sure about the cause aswel
This seems to work now. Although, the frame appears to be blocked by CSP. The same thing happens in Codespaces, so it does not appear to be a code-server bug at the moment.