Open talsenteam opened 2 years ago
Thanks for reporting this. The issue is caused by a bug in openvsx (see https://github.com/eclipse/openvsx/issues/468)
Installing the extension from the vsix file might fix the error.
Installing the extension from the vsix file might fix the error.
Thanks for the hint! Installing it via the vsix file ( https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor ) works!
Should we leave this issue open here?, because it is marked as upstream pointing to the openvsx repo, and may (probably) take a while until it gets resolved over there.
I think it's ok, it will allow other users to find the workaround
You can also add the release url to your workspace gitpod.yml
vscode:
extensions:
- https://github.com/excalidraw/excalidraw-vscode/releases/download/v3.2.0/excalidraw-editor-3.2.0.vsix
Does this issue occur when all extensions are disabled?:
Yes
1.67.0, 1.68.1, 1.69.2
docker on Linux/Darwin
(running on the same machines as the browsers listed below, http://localhost:3000)103.0.5060.134 (snap)
running on Ubuntu 22.045.15.0-41-generic
with KDE installed (sudo apt install kde-full
)103.0.5060.134 (Official Build) Arch Linux (64-bit)
running on5.18.12-3-MANJARO
103.0.5060.134 running on Darwin Kernel Version 21.5.0
3.2.0
Steps to Reproduce:
docker compose up --detach
http://localhost:3000/?folder=/home/workspace
in your browser (preferrably Chromium without Extensions)pomdtr.excalidraw-editor
test.excalidraw
in the editorMore info & some screenshots can be found in the linked repository.
Expected Behavior
The excalidraw preview / editor should be usable when working on
http://localhost:3000
without even a reverse proxy (that may cause issues due to some CORS, etc settings).Workaround
As mentioned by @pomdtr : The Excalidraw extension can be installed via the vsix file ( https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor ), then it works.
Notes
Linked Issue: https://github.com/gitpod-io/openvscode-server/issues/393
What do we need to do in order to get the extension to be displayed in the browser? many thanks in advance !!