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

相关推荐
万粉变现经纪人5 小时前
如何解决pip安装报错ModuleNotFoundError: No module named ‘python-dateutil’问题
开发语言·ide·python·pycharm·pandas·pip·httpx
Adorable老犀牛9 小时前
可遇不可求的自动化运维工具 | 2 | 实施阶段一:基础准备
运维·git·vscode·python·node.js·自动化
Lecxcy_Kastreain10 小时前
解决VSCode默认F5配置无法启动调试器的问题
ide·vscode·编辑器
胡乱编胡乱赢12 小时前
在pycharm终端安装torch
ide·深度学习·pycharm·安装torch
梁小憨憨12 小时前
PyCharm 连接 AutoDL 远程服务器
服务器·ide·pycharm
T0uken12 小时前
【C++】LLVM-mingw + VSCode:Windows 开发攻略
c++·windows·vscode
一骑红尘荔枝来15 小时前
转载:VSCODE 关闭文件和资源管理器关联
ide·vscode·编辑器
float_六七17 小时前
IntelliJ IDEA双击Ctrl的妙用
java·ide·intellij-idea
android_xc20 小时前
Android Studio国内仓库配置
android·ide·android studio
2501_9159184120 小时前
Web 前端可视化开发工具对比 低代码平台、可视化搭建工具、前端可视化编辑器与在线可视化开发环境的实战分析
前端·低代码·ios·小程序·uni-app·编辑器·iphone