upd version
upd description
A service has been added to the project to support informing via telegram messenger and email about the status of products and systems
Youtube video is added
Community article link is added
Community Article URL is added
Echo feature allows redirecting the output AND duplicates the write to the current device.
For example, in a terminal :
Do ##class(IORedirect.Redirect).ToString(1)
Write "this an echo test"
Do ##class(IORedirect.Redirect).RestoreIO()
Set outputString = ##class(IORedirect.Redirect).Get()
Write "Var outputString : ", outputString
Redirect the write to a string variable and also write the text in the terminal.
This feature is available with :
Do ##class(IORedirect.Redirect).ToString(1)
Do ##class(IORedirect.Redirect).ToStream(stream, 1)
Do ##class(IORedirect.Redirect).ToFileCharacter(filename, 1)
Do ##class(IORedirect.Redirect).ToGlobal($Name(^||IORedirect), 1)
Echo is enabled with the value 1
on the last argument.
Add a quick way to perform certificate steps for mirroring setup.
Fix missing return value on error : class Api.Config.Services.SYS.MirrorMaster
Added a description to the ZPM package
Tasks
, class lscalese.configcopy.LocalExport
Added REST API
Fix export config to file
Enhancement : export configuration.
launch.json
file in the .vscode
folder you will be prompted to delete it on first use."serenji.codeLenses.debug.cls": false
) allow these to be hidden per file type.connectTimeout
setting during debug connect.serenji.readonly.background
, for example:{
"workbench.colorCustomizations": {
"serenji.readonly.background": "#FF000020"
}
}
dataTimeout
setting and default it to 20 seconds.georgejames.gjlocate
extension.Add mirroring configuration support.
Logi reports added
Can be installed using ZPM
linked to DC Article
New logo