We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345c297 commit 7b70563Copy full SHA for 7b70563
test/runTest.ts
@@ -18,6 +18,7 @@ async function main() {
18
19
// Download VS Code, unzip it and run the integration test
20
await runTests({
21
+ version: '1.52.1',
22
extensionDevelopmentPath,
23
extensionTestsPath,
24
launchArgs: [
@@ -36,6 +37,7 @@ async function main() {
36
37
// tslint:disable-next-line:max-line-length
38
// https://github.com/microsoft/vscode/blob/890f62dfd9f3e70198931f788c5c332b3e8b7ad7/src/vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService.ts#L281
39
40
41
42
extensionTestsPath: path.resolve(__dirname, './gopls/index'),
43
0 commit comments