Skip to content

Commit 7b70563

Browse files
committed
[release] test/runTest: use vscode 1.52.1
This is temporary to unblock our CI. Updates #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 <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit df04ba2) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289971 Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 345c297 commit 7b70563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ async function main() {
1818

1919
// Download VS Code, unzip it and run the integration test
2020
await runTests({
21+
version: '1.52.1',
2122
extensionDevelopmentPath,
2223
extensionTestsPath,
2324
launchArgs: [
@@ -36,6 +37,7 @@ async function main() {
3637
// tslint:disable-next-line:max-line-length
3738
// https://github.com/microsoft/vscode/blob/890f62dfd9f3e70198931f788c5c332b3e8b7ad7/src/vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService.ts#L281
3839
await runTests({
40+
version: '1.52.1',
3941
extensionDevelopmentPath,
4042
extensionTestsPath: path.resolve(__dirname, './gopls/index'),
4143
launchArgs: [

0 commit comments

Comments
 (0)