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
Say I am configuring an instance programmatically with a setup script using the SourceControl.Git.Settings API:
set settings = ##class(SourceControl.Git.Settings).%New()
do settings.%Save()
Most settings values are set to a default value, but the mappings are not set to anything. Instead I have to set each mapping individually on the Mappings property.
To make this more convenient we could check if there are any existing mappings configured. If not, set Mappings to the default values.
The text was updated successfully, but these errors were encountered:
Say I am configuring an instance programmatically with a setup script using the SourceControl.Git.Settings API:
Most settings values are set to a default value, but the mappings are not set to anything. Instead I have to set each mapping individually on the Mappings property.
To make this more convenient we could check if there are any existing mappings configured. If not, set Mappings to the default values.
The text was updated successfully, but these errors were encountered: