Keep up with latest product news


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.




Fix missing return value on error : class Api.Config.Services.SYS.MirrorMaster



Tasks, class lscalese.configcopy.LocalExport




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.
