Currently, vs only supports release, preview and internal-
But the new VS18 insiders build is neither. It's Insiders.
I haven't looked at the code yet, but here is what vs where output I think relevant is:
Visual Studio Enterprise 2022 - Version 17.14.14
IsPrerelease: False
Catalog.ProductMilestone: RTW
Catalog.ProductMilestoneIsPreRelease: False
Visual Studio Enterprise 2022 - Version 17.14.14 Preview 1.0
IsPrerelease: True
Catalog.ProductMilestone: Preview
Catalog.ProductMilestoneIsPreRelease: True
Visual Studio Enterprise 2026 - Version 18.0.0 Insiders
IsPrerelease: True
Catalog.ProductMilestone: Insiders
Catalog.ProductMilestoneIsPreRelease: True
Maybe, for now, treating insiders as preview would be enough and wouldn't require another milestone to be added. It was not clear to me if this is a new milestone or a renaming of the preview milestone.


Currently,
vsonly supportsrelease,previewandinternal-But the new VS18 insiders build is neither. It's
Insiders.I haven't looked at the code yet, but here is what
vs whereoutput I think relevant is:Maybe, for now, treating
insidersaspreviewwould be enough and wouldn't require another milestone to be added. It was not clear to me if this is a new milestone or a renaming of thepreviewmilestone.