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

相关推荐
on_pluto_1 小时前
【debug】vscode 和 codex 不兼容问题
ide·人工智能·vscode·编辑器
阿鹿.1 小时前
Claude code
vscode
Web - Anonymous5 小时前
Vue3 + Element Plus 集成 JSON Editor 实现实时校验 JSON 编辑器(高亮/暗亮主题/分栏回显/组件复用) - 附完整示例
vue.js·编辑器·json
pan_junbiao6 小时前
Visual Studio Code的应用:笔记
vscode
一杯原谅绿茶6 小时前
VSCode的Eclipse插件-编译Eclipse项目
ide·vscode·eclipse
etc95271 天前
keil下如何指定stack和heap地址
ide·mcu
JTaoX1 天前
PyCharm 连接本地虚拟机完整指南
ide·python·pycharm
迷路爸爸1801 天前
cursor资源管理器修改为与vscode一样的纵向布局
ide·vscode·编辑器
TO_ZRG1 天前
Unity 编辑器之 EditorTool、EditorToolBar、Overlay属性
编辑器
星羽XingYu1 天前
esp32 vscode clangd 无法索引库函数解决方案
ide·vscode·编辑器