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 06306d8 commit 78ceafaCopy full SHA for 78ceafa
storage/signature_test.go
@@ -12,7 +12,7 @@ import (
12
func expectSignature(manifest *storage.VSIXManifest) {
13
manifest.Assets.Asset = append(manifest.Assets.Asset, storage.VSIXAsset{
14
Type: storage.VSIXSignatureType,
15
- Path: storage.SigzipFileExtension,
+ Path: storage.SignatureZipFilename(manifest),
16
Addressable: "true",
17
})
18
}
0 commit comments