excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
457 stars 55 forks source link

Do not work on remote hosts #85

Open AndersSpringborg opened 1 year ago

AndersSpringborg commented 1 year ago

I'm running vscode on a server with the official ssh extension https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-edit

When opening the plugin I get a blank screen. I'm guessing it's a port forwarding issue.

image

pomdtr commented 1 year ago

Did you try installing the extension on the remote host ?

My guess is that the extension might not handle the ssh file system properly (I never tested it).

AndersSpringborg commented 1 year ago

Yeah it is installed on the server

Gu-f commented 1 year ago

I had a similar problem.
I use code-server, and the problem is the same as yours. Through network packet capture, I found that my problem may be due to the failure to load js and css files successfully.
The js and css loading of the other extensions is normal, I'm not sure whose problem it is.
So there is another issue in code-server.
https://github.com/coder/code-server/issues/6306