(url: string)
| 65 | } |
| 66 | |
| 67 | async function httpsGetZip(url: string) { |
| 68 | const buffer = await httpsGetBuffer(url); |
| 69 | return new AdmZip(buffer); |
| 70 | } |
| 71 | |
| 72 | // Get the latest release of vscode-which-key |
| 73 | async function downloadWhichKey() { |
no test coverage detected