[Bug]: Drawio Extension not working
Is there an existing issue for this?
- [X] I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: ubuntu
- Remote OS: NA
- Remote Architecture: NA
-
code-server --version: 4.4
Steps to Reproduce
- open coe-server
- go to extensions and install hediet.vscode-drawio
- open a file with .drawio extension
Expected
Draw.io editor shpould be opened in the vs code itself
Actual
Does not load drawio editor and just keeps on loading
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
- [X] I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- [X] I am using HTTPS.
Notes
The extension runs flawlessly on vscode but does not even open in code-server. Checked on different versions but keep getting the same issue
Does it work with Codespaces?
What do you see in the logs?
Yes, this extension also works in GitHub code spaces.
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
🤔 okay thanks for checking. We'll have to dig into this.