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.
2 parents 75289ad + ef339a4 commit 9b398b1Copy full SHA for 9b398b1
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 === "") {
+ if (!userVersion.suffix) {
69
targetPopulation = TargetPopulation.Public;
70
} else if (userVersion.suffix === "insiders") {
71
targetPopulation = TargetPopulation.Insiders;
0 commit comments