This commit is contained in:
Pine Wu 2019-06-25 09:08:17 -07:00
Родитель d600156f70
Коммит 7691de75bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -115,7 +115,7 @@ function unzipVSCode(vscodeArchivePath: string) {
* - `.vscode-test/vscode-insiders`.
*
* @param version The version of VS Code to download such as `1.32.0`. You can also use
* `"insiders"` for downloading latest VS Code Insiders build.
* `'insiders'` for downloading latest VS Code Insiders build.
* When unspecified, download latest stable version.
*/
export async function downloadAndUnzipVSCode(version?: string): Promise<string> {