You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(compiler): add support for committing changes
This commit adds support for committing changes in the DevIns compiler. It introduces a new `CommitInsCommand` class that executes the commit operation using `LocalChangesCommitter`. The commit message is passed as a parameter to the `CommitInsCommand`. Additionally, the `BuiltinCommandProvider` now has a new property `requireProps`, which indicates if a command requires additional properties.
0 commit comments