提交 f0be826c 编写于 作者: J Joao Moreno

add install=true to vsix url

上级 d1f2d8ce
......@@ -207,8 +207,8 @@ function getVersionAsset(version: IRawGalleryExtensionVersion, type: string): IG
if (type === AssetType.VSIX) {
return {
uri: `${version.fallbackAssetUri}/${type}?redirect=true`,
fallbackUri: `${version.fallbackAssetUri}/${type}`
uri: `${version.fallbackAssetUri}/${type}?redirect=true&install=true`,
fallbackUri: `${version.fallbackAssetUri}/${type}?install=true`
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册