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

相关推荐
Java面试题总结7 小时前
IntelliJ IDEA 从卡顿到起飞,只用改这些。。。
java·ide·intellij-idea
Jay_Franklin12 小时前
Python 数据处理工作流:marimo、PyCharm 与数据存储
开发语言·数据仓库·ide·python·pycharm·数据分析·开源
渡我白衣13 小时前
打印宏与socket模块设计
java·linux·开发语言·c++·ide·人工智能·eclipse
酷虎软件21 小时前
分享链接+视频音频文案提取 API 接口文档
ide·macos·xcode
HhzZzzzz_1 天前
萨科微Slkor2026年7月10日每日芯闻。
人工智能·智能手机·编辑器
p似笑非笑1 天前
在Mac上完美配置VSCode的C/C++开发环境(GCC/G++详细教程)
c语言·vscode·macos
daad7772 天前
记录vscode连接matlab启动环境搭建
java·vscode·matlab
我命由我123452 天前
Android Studio - Android Studio 自定义预览尺寸
android·java·ide·java-ee·android studio·android-studio·android runtime
小林ixn2 天前
Node.js 文件系统与路径处理:从 API 到工程化实战
node.js·编辑器·vim
Luoxi_82 天前
Anaconda超详细的安装教程+VScode的使用
ide·vscode·编辑器