After reading @vonbaron thread and being reminded by @TotallyInformation that VSCode is a good thing, I have looked at VSCodium (VSCode without Microsoft Telemetry) and installing the extensions ESLint, HTMLHint, StyleInt along with Forgejo. I also have Git Lens loaded. The first thing was that I found I had a few mistakes in my HTML, things I would not have caught, even after a few hours of fault-finding (the usual scenario or SNAFU!).
I opened the local UIBUILDER Directory under .node-red (Node-RED is already set up for a local GIT install) and proceeded to make valid amendments based on the ‘Linting’ (never had anything like this in my day!). I ‘COMMIT’ed the changes to GIT and expected UIBUILDER to accept the new code. But alas, that was not to be!
Does anyone have any suggestions as to how I need to COMMIT these changes to get them picked up by UIBUILDER?
BTW, the Button at the top of UIBUILDER only appears to load the VSCode SVG file of the icon. But then I would expect this as I am using VSCodium, there are probably differences…


