diff --git a/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 b/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 index 1c5b6489..960545bc 100644 --- a/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 +++ b/chocolatey-visualstudio.extension/extensions/Get-VSComponentManifest.ps1 @@ -26,7 +26,7 @@ function Get-VSComponentManifest return $null } - # TODO: pass -Checksum and -ChecksumType + # -Checksum and -ChecksumType are not passed, because the info from the channel manifest seems bogus - does not match reality $catalogManifest = Get-VSManifest -Description 'catalog manifest' -Url $url -LayoutFileName 'Catalog.json' -LayoutPath $layoutPath return $catalogManifest