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

相关推荐
程序猿小D2 小时前
第16节 Node.js 文件系统
linux·服务器·前端·node.js·编辑器·vim
鱼馅饼2 小时前
vscode使用系列之快速生成html模板
ide·vscode·html
luojiaao2 小时前
【Python工具开发】k3q_arxml 简单但是非常好用的arxml编辑器,可以称为arxml杀手包
开发语言·python·编辑器
AD钙奶-lalala5 小时前
Mac版本Android Studio配置LeetCode插件
android·ide·android studio
敲敲敲-敲代码7 小时前
【Visual Studio 2022】卸载安装,ASP.NET
ide·visual studio
The Kite8 小时前
MPLAB X IDE 软件安装与卸载
ide·c#·嵌入式
AI视觉网奇8 小时前
pycharm F2 修改文件名 修改快捷键
ide·python·pycharm
WilliamCHW8 小时前
Pycharm 配置解释器
ide·python·pycharm
Ll13045252989 小时前
JsonCpp 库如何集成到Visual studio
ide·visual studio
我又来搬代码了10 小时前
【Android】Android Studio项目代码异常错乱问题处理(2020.3版本)
android·ide·android studio