Skip to content

Commit 9c475ff

Browse files
authored
Update StartEditorServicesCommand.cs
1 parent 7340aa4 commit 9c475ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ protected override void EndProcessing()
215215

216216
// Create the configuration from parameters
217217
EditorServicesConfig editorServicesConfig = CreateConfigObject();
218+
// Set the Environment Var
219+
SetDistributionChannel();
218220

219221
var sessionFileWriter = new SessionFileWriter(_logger, SessionDetailsPath);
220222
_logger.Log(PsesLogLevel.Diagnostic, "Session file writer created");

0 commit comments

Comments
 (0)