Skip to content

Commit 3c435af

Browse files
committed
Use 1.61.2 instead stable(1.62)
1 parent 5b1dfaa commit 3c435af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function installExtension(vscodeExePath: string, extId: string) {
1414

1515
async function main() {
1616
try {
17-
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
17+
const vscodeExecutablePath = await downloadAndUnzipVSCode('1.61.2');
1818

1919
// We have to install this dependant extension
2020
installExtension(vscodeExecutablePath, 'justusadam.language-haskell');

0 commit comments

Comments
 (0)