diff --git a/.changeset/wise-teeth-study.md b/.changeset/wise-teeth-study.md index b7f32fbb02..1745bdbcb8 100644 --- a/.changeset/wise-teeth-study.md +++ b/.changeset/wise-teeth-study.md @@ -3,7 +3,7 @@ --- isCloud function now also checks if hostname is visualstudio.com or endswith visualstudio.com along with dev.azure.com -git s + ```diff - const isCloud = (host: string) => host === 'dev.azure.com'; + const isCloud = (host: string) => {