From 7691de75bd0dd46f34deb462b74f6b2609d87553 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 25 Jun 2019 09:08:17 -0700 Subject: [PATCH] Consistentcy --- lib/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/download.ts b/lib/download.ts index e7103bf..df77dc0 100644 --- a/lib/download.ts +++ b/lib/download.ts @@ -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 {