Archived
1
0

Compress when sending client-side extension tars

This commit is contained in:
Asher
2020-02-28 14:25:28 -06:00
parent a8914b025f
commit 88cab27165
3 changed files with 22 additions and 10 deletions

View File

@ -174,7 +174,7 @@ export class VscodeHttpProvider extends HttpProvider {
break
case "/tar":
if (typeof route.query.path === "string") {
return this.getTarredResource(route.query.path)
return this.getTarredResource(request, route.query.path)
}
break
case "/webview":