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 424fd2b commit c2ff6f2Copy full SHA for c2ff6f2
src/hlsBinaries.ts
@@ -70,9 +70,7 @@ class MissingToolError extends Error {
70
return Uri.parse('https://docs.haskellstack.org/en/stable/install_and_upgrade/');
71
case 'Cabal':
72
case 'GHC':
73
- return process.platform === 'win32'
74
- ? Uri.parse('https://www.haskell.org/platform/index.html#windows')
75
- : Uri.parse('https://www.haskell.org/ghcup/');
+ return Uri.parse('https://www.haskell.org/ghcup/');
76
default:
77
return null;
78
}
0 commit comments