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 4a18c07 commit a95a34cCopy full SHA for a95a34c
src/hlsBinaries.ts
@@ -354,7 +354,7 @@ export async function downloadHaskellLanguageServer(
354
window.showErrorMessage(message);
355
return null;
356
}
357
- logger.info(`The latest release is ${releases[0].tag_name}`);
+ logger.info(`The latest known release is ${releases[0].tag_name}`);
358
logger.info('Figure out the ghc version to use or advertise an installation link for missing components');
359
const dir: string = folder?.uri?.fsPath ?? path.dirname(resource.fsPath);
360
let ghcVersion: string;
0 commit comments