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 7918328 commit 91aa923Copy full SHA for 91aa923
Extension/src/telemetry.ts
@@ -65,7 +65,7 @@ export function activate(): void {
65
if (packageInfo) {
66
let targetPopulation: TargetPopulation;
67
const userVersion: PackageVersion = new PackageVersion(packageInfo.version);
68
- if (userVersion.suffix === "main") {
+ if (!userVersion.suffix) {
69
targetPopulation = TargetPopulation.Public;
70
} else if (userVersion.suffix === "insiders") {
71
targetPopulation = TargetPopulation.Insiders;
0 commit comments