scxml editor插件在vscode中无法使用的问题

I had the same issue, I'm running it on Linux and looking at the Developer Tools console it said it could not find "./editorglue" and would fail to load the extension. "EditorGlue.js" indeed exists and I presume this works in Windows as it does not care about case, but in Linux it matters, to fix it: inside extension.js is I changed:

const editorglue_1 = require("./editorglue");

to
const editorglue_1 = require("./EditorGlue");

ps. This is a great extension by the way!

https://github.com/Phrogz/visual-scxml-editor/issues/45

相关推荐
莲动渔舟3 小时前
国产编辑器EverEdit - 两种删除空白行的方法
编辑器·notepad++·emeditor·everedit
lvi1667 小时前
Android studio 旧版本下载,NDK旧版本下载
android·ide·android studio
chusheng18407 小时前
Android Studio 下载安装教程(2024 更新版),附详细图文
android·ide·android studio·androidstudio下载·androidstudio安装·下载安装教程
赔罪7 小时前
HTML - <a>
java·前端·redis·vscode·html·webstorm
奇睿海8 小时前
jupyter出现“.ipynb appears to have died. It will restart automatically.”解决方法
ide·python·jupyter
PyAIGCMaster10 小时前
pycharm 命令行下的链接,不自动形成链接和定位了。
ide·python·pycharm
樊南13 小时前
在vscode上
ide·vscode·编辑器
cxr82813 小时前
Windows 11 上配置VSCode 使用 Git 和 SSH 完整步骤
windows·git·vscode
迪小莫学AI13 小时前
【小白向超详细】使用 VSCode 远程连接 Linux 服务器详细教程
linux·服务器·vscode
Tomorrow'sThinker21 小时前
25年1月更新。Windows 上搭建 Python 开发环境:PyCharm 安装全攻略(文中有安装包不用官网下载)
ide·python·pycharm