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 7aa9f01 commit 585bf0dCopy full SHA for 585bf0d
src/hlsBinaries.ts
@@ -292,7 +292,7 @@ export async function findHaskellLanguageServer(
292
293
// TODO: this should be obsolete for ghcup-0.1.17.6
294
// and we can drop the use of `-b`.
295
- symHLSPath = path.join(storagePath, `hls-${installableHls}_ghc-${projectGhc}_cabal-${latestCabal}-stack-${latestStack}`);
+ symHLSPath = path.join(storagePath, `hls-${installableHls}_ghc-${projectGhc}_cabal-${latestCabal}_stack-${latestStack}`);
296
297
const wrapper = path.join(symHLSPath, `haskell-language-server-wrapper${exeExt}`);
298
// Check if we have a working symlink, so we can avoid another popup
0 commit comments