26.01.2026, 08:22
Having a VS Code extension would be quite nice however there are workarounds to this, i am planning to have a GitOPS approach, so i will edit files locally then when pushing them on my git repo an action will check via LM5 API if script is aligned, if not update it. I can then run the same align script locally. I dont think it would be too complex to create a VS Code trigger that will sync whenever you save a file, if you also call the script when you open the project it will be a bit like remote dev, the only difference is that you cannot test scripts directly on the LM5 but you can create wrappers to do it locally or again use a script to do that after sync via API.