Chouzz
Chouzz
Yes. - With a valid certificate, `no any errors`, I **can't load resources dynamically** on my expansion webview. - With a self-signed certificate(use --cert), I got an error `"loading webivew...
With the latest c**ode-server** and **valid certificate**,I still can't load resources dynamically on webview. The example extension repo is [here](https://github.com/chouzz/code-server-webview), you can download extension from [here](https://github.com/chouzz/code-server-webview/releases/tag/v0.0.1), this extension is just...
I am sure it is related to **service-worker** in `lib\vscode\src\vs\workbench\contrib\webview\browser\pre\service-worker.js`. when I use localhost with self-signed certificate, I got an error "could not register service workers", service workers will not...
Windows+Firefox also works,so this problem may be related to the browser? Do you know there are other ways to avoid this problem?Or other ways to dynamically load resources?
> @Kaka1127 this should be fixed in the next release! Just curious, why does this happen? Why is there such an error?@jsjoeio
Same problem. I am in a company network, and using Hyper-v(ubuntu 20.04) as my linux server.
> A PR has already been sent to fix this - #941. Confirmed, this PR fix my problem when rebuild electron with node-pty.
Should be a bug, I will try to fix this.
Could you please try install this one? And check if this fix your problem. https://github.com/chouzz/vscode-better-align/suites/10306798377/artifacts/506818699 You can install this extension by run **Extensions: Install from VSIX** command in the **Command...
OK. This will be fixed in next version.