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

相关推荐
Dobby_0542 分钟前
【Go】C++ 转 Go 第(一)天:环境搭建 Windows + VSCode 远程连接 Linux
linux·运维·c++·vscode·golang
小叮当⇔1 小时前
PYcharm——获取天气
ide·python·pycharm
tianyuanwo1 小时前
VSCode高效使用完全指南:提升开发效率的系统化实践
ide·vscode·编辑器
小蕾Java2 小时前
PyCharm 2025:最新使用图文教程!
ide·python·pycharm
高山上有一只小老虎4 小时前
idea中设置快捷键风格
java·ide·intellij-idea
深耕AI5 小时前
Visual Studio资源编译错误RC2104完全解决指南
ide·visual studio
arron88995 小时前
Visual Studio 2017(VS2017)可以编译 OpenCV 4.5.5 为 32 位(x86)版本
ide·opencv·visual studio
Xeon_CC15 小时前
打开多个Unity编辑器时使用Visual Studio调试,弹出选择Unity实例窗口,但是没有实例
unity·编辑器·visual studio·调试·unity 调试
LXA080916 小时前
VSCode 常用插件全面详解
ide·vscode·编辑器
woshihonghonga16 小时前
Jupyter Notebook单元格输出换行问题解决
ide·python·jupyter