Skip to content

Commit 585bf0d

Browse files
committed
Fix symlink dir bug
1 parent 7aa9f01 commit 585bf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hlsBinaries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export async function findHaskellLanguageServer(
292292

293293
// TODO: this should be obsolete for ghcup-0.1.17.6
294294
// and we can drop the use of `-b`.
295-
symHLSPath = path.join(storagePath, `hls-${installableHls}_ghc-${projectGhc}_cabal-${latestCabal}-stack-${latestStack}`);
295+
symHLSPath = path.join(storagePath, `hls-${installableHls}_ghc-${projectGhc}_cabal-${latestCabal}_stack-${latestStack}`);
296296

297297
const wrapper = path.join(symHLSPath, `haskell-language-server-wrapper${exeExt}`);
298298
// Check if we have a working symlink, so we can avoid another popup

0 commit comments

Comments
 (0)