Hello everyone,
I’m using VS Code with the InterSystems ObjectScript extension and I want to keep my local folder (client-side) as the “source of truth” while still using the built-in Server Source Control features (diff, stage, commit, etc.) against my IRIS/Ensemble instance.
So far:
- I have a local Git repository with my
.clsand.macfiles. - I’ve configured
"objectscript.serverSourceControl.respectEditableStatus": trueand"objectscript.serverSourceControl.disableOtherActionTriggers": falsein my.vscode/settings.json. - I’m able to export and import code manually, and IntelliSense works when