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 81ba0c0 commit 32ef020Copy full SHA for 32ef020
src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs
@@ -38,6 +38,8 @@ public sealed class StartEditorServicesCommand : PSCmdlet
38
39
public StartEditorServicesCommand()
40
{
41
+ //Sets the distribution channel to "PSES" so starts can be distinguished in PS7+ telemetry
42
+ Environment.SetEnvironmentVariable("POWERSHELL_DISTRIBUTION_CHANNEL", "PSES");
43
_disposableResources = new List<IDisposable>();
44
_loggerUnsubscribers = new List<IDisposable>();
45
}
0 commit comments