The extension "hediet.vscode-drawio" doesn't work
See original GitHub issueOS/Web Information
- Web Browser: Chrome
- Local OS: Windows 10
code-server --version: 3.12.0 running in Docker
Steps to Reproduce
- install the extension hediet.vscode-drawio
- create empty file test.drawio.svg
- open the file
Expected
drawio diagram editor displayed
Actual
no diagram editor displayed
Logs
Error in browser console:
mainThreadExtensionService.ts:95 Activating extension ‘hediet.vscode-drawio’ failed: Cannot find module ‘/home/coder/.local/share/code-server/extensions/hediet.vscode-drawio-999.0.0-alpha/dist/extension/index’ Require stack:
- /usr/lib/code-server/vendor/modules/code-oss-dev/out/vs/loader.js
- /usr/lib/code-server/vendor/modules/code-oss-dev/out/bootstrap-amd.js
- /usr/lib/code-server/vendor/modules/code-oss-dev/out/bootstrap-fork.js.
Looking at the files:
ls -hl .local/share/code-server/CachedExtensionVSIXs/ total 112M -rw-r–r-- 1 slavik users 1.9M Oct 20 23:10 donjayamanne.githistory-0.6.18 -rw-r–r-- 1 slavik users 32M Oct 20 22:54 felixfbecker.php-intellisense-2.3.14 -rw-r–r-- 1 slavik users 77M Oct 25 23:16 hediet.vscode-drawio-999.0.0-alpha -rw-r–r-- 1 slavik users 1.1M Oct 20 23:18 mhutchie.git-graph-1.30.0
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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (7 by maintainers)

Top Related StackOverflow Question
I am running code-server v4.4.0 using our official image:
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)?
Let us continue this in https://github.com/coder/code-server/issues/2407