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

相关推荐
yi个名字3 分钟前
从 Vibe Coding 到 MCP 智能体:在 IDE 里搭建可部署的工作流与 API 应用
ide·人工智能
惆怅客12334 分钟前
在 vscode 中断点调试 ROS2 C++ 的办法
c++·vscode·调试·ros 2
Aevget37 分钟前
「Java EE开发指南」如何在MyEclipse中开发EJB 2 Session Bean?(三)
java·ide·java-ee·开发工具·myeclipse
HIT_Weston43 分钟前
74、【Ubuntu】【Hugo】搭建私人博客:VSCode 插件&配置
linux·vscode·ubuntu
剽悍一小兔1 小时前
idea 执行测试类报错:failed to resolve org.junit.platform:junit-platform-launcher:1.8.2
java·ide·intellij-idea
SinFeeLoo_星凤楼1 小时前
Android Studio 中gradle.properties 中的中文注释显示乱码,如何解决?
android·ide·gradle·android studio·.properties
杰克崔1 小时前
vscode的缓存文件夹及查看进程读写的文件
ide·vscode·编辑器
lpfasd12318 小时前
JetBrains2025.3更新
ide
Lv117700819 小时前
Visual Studio中的接口
ide·笔记·c#·visual studio
咬人喵喵19 小时前
18 类年终总结核心 SVG 交互方案拆解
前端·css·编辑器·交互·svg