Skip to content

Commit 7e235d9

Browse files
committed
Dont install extension during test runs
For some reason, the extension `justusadam.language-haskell` can't be found any more on windows. As we need to do a release, we ignore this issue for now and just do not require the extension to be installed for the test suite.
1 parent 8725277 commit 7e235d9

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
@@ -21,7 +21,7 @@ async function main() {
2121
);
2222

2323
// We have to install this dependant extension
24-
installExtension(vscodeExecutablePath, 'justusadam.language-haskell');
24+
// installExtension(vscodeExecutablePath, 'justusadam.language-haskell');
2525

2626
// The folder containing the Extension Manifest package.json
2727
// Passed to `--extensionDevelopmentPath`

0 commit comments

Comments
 (0)