-
Notifications
You must be signed in to change notification settings - Fork 5.9k
The extension "hediet.vscode-drawio" doesn't work #4400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like our marketplace is failing to auto-build the extension properly. Should get fixed when we switch to Open VSX #4319. In the meantime the main workarounds are to install the .vsix manually or switch to Open VSX manually. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
the promble had fix? I meet the same promble |
Latest code-server uses Open VSX now so it should be working now. If
you are having trouble feel free to open a new issue with details!
|
@code-asher Yes, I am meeting the trouble now. I don't know if it's the promble of extension or the code-server. I have submit an issue to the extension repository. |
For what it is worth I tried on code-server v4.4.0 and installed the
extension from the Open VSX marketplace (the second one since the first
one is insiders) but it works for me.
|
Are you install same to me ?(install by the code-server by the docker image |
I am running code-server v4.4.0 using our official image:
```
docker run -p 8080:8080 codercom/code-server --auth none
```
Then browsing to `localhost:8080` (so no reverse proxy). I did also
test with a reverse proxy (not NGINX though) which also worked.
Are able to reproduce the issue using the official Docker image (or
running directly)?
|
emm..... I am using the image |
I find something news! I try to use the host |
Finally, I solve my promble 😂 ...... my remote machine's bandwidth is too low -- 1Mbps !!! Now I can see and use it after I up to 5Mbps temporarily. |
Interesting! I tried with the 3G and DSL options but they both
still worked for me so I am not sure. Do you have a timeout in
your setup somewhere? Maybe in NGINX?
|
Wait, that was with Firefox but with Chrome I think I reproduced. In my case the extension host keeps reconnecting. I think it takes so long to connect that it times out. |
Let us continue this in #2407 |
OS/Web Information
code-server --version
: 3.12.0 running in DockerSteps to Reproduce
Expected
drawio diagram editor displayed
Actual
no diagram editor displayed
Logs
Error in browser console:
Looking at the files:
This issue can be reproduced in VS Code: No
the same extension is working fine in the desktop VS Code
I'm not sure, if this is code-server issue or the extension issue. Let me know, if I need to resubmit in the extension repo.
The text was updated successfully, but these errors were encountered: