We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c6263 commit e880733Copy full SHA for e880733
src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs
@@ -280,7 +280,7 @@ private void StartLogging()
280
_logger.Log(PsesLogLevel.Diagnostic, "Logging started");
281
}
282
283
- private static SetDistributionChannel()
+ private static void SetDistributionChannel()
284
{
285
//Sets the distribution channel to PSES so starts can be distinguished in PS7+ telemetry
286
Environment.SetEnvironmentVariable("POWERSHELL_DISTRIBUTION_CHANNEL", "PSES");
0 commit comments