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 20fe7e5 commit 7dd6fe2Copy full SHA for 7dd6fe2
test/runTest.ts
@@ -14,7 +14,7 @@ function installExtension(vscodeExePath: string, extId: string) {
14
15
async function main() {
16
try {
17
- const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
+ const vscodeExecutablePath = await downloadAndUnzipVSCode('1.61.2');
18
19
// We have to install this dependant extension
20
installExtension(vscodeExecutablePath, 'justusadam.language-haskell');
0 commit comments