Open nipatriknilsson opened 4 months ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.91.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
I tested with 1.91.0 and the issue is still there.
Does this issue occur when all extensions are disabled?: No, I can't find a native (built-in) webview to test with
Steps to Reproduce:
vboxmanage sharedfolder add "Kali Linux #ide-code" --name "config" --auto-mount-point="/home/user/.config/Code" --hostpath="/home/user/Documents/sessions/code/ide/config_code" --automount
sudo mount -t vboxsf -o uid=user,gid=user,rw,remount "config" "/home/user/.config/Code"
sudo chmod 700 "/home/user/.config/Code"
When I run an extension with Webview I get the error:
Error loading webview: Error: Could not register service worker: AbortError: Failed to register a ServiceWorker for scope [...] The Service Worker system has shutdown.
Work-around:
vboxmanage sharedfolder add "Kali Linux #ide-code" --name "config" --auto-mount-point="/home/user/.config/Code_remote" --hostpath="/home/user/Documents/sessions/code/ide/config_code" --automount
mkdir -p /home/user/.config/Code
sudo chmod 700 /home/user/.config/Code
rsync -ac --delete-before /home/user/.config/Code_remote/ /home/user/.config/Code/
code --password-store=basic --no-sandbox --wait /home/user/Projects/text-tree-view
rsync -ac --delete-before /home/user/.config/Code/ /home/user/.config/Code_remote/