test/runTest: use vscode 1.52.1

This is temporary to unblock our CI.

Updates golang/vscode-go#1190
Updates microsoft/vscode#115794

Change-Id: Icc642d692688695c00763fda3525488e0febb9ec
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289770
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/test/runTest.ts b/test/runTest.ts
index 0d27244..dd42247 100644
--- a/test/runTest.ts
+++ b/test/runTest.ts
@@ -18,6 +18,7 @@
 
 		// Download VS Code, unzip it and run the integration test
 		await runTests({
+			version: '1.52.1',
 			extensionDevelopmentPath,
 			extensionTestsPath,
 			launchArgs: [
@@ -36,6 +37,7 @@
 		// tslint:disable-next-line:max-line-length
 		// https://github.com/microsoft/vscode/blob/890f62dfd9f3e70198931f788c5c332b3e8b7ad7/src/vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService.ts#L281
 		await runTests({
+			version: '1.52.1',
 			extensionDevelopmentPath,
 			extensionTestsPath: path.resolve(__dirname, './gopls/index'),
 			launchArgs: [