Skip to content

Commit a0c9494

Browse files
authored
Merge pull request #621 from runeksvendsen/ghcup-path-choose-popup
Toolchain management dialog: add hint for beginners
2 parents dd55e8a + d78bffb commit a0c9494

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hlsBinaries.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ export async function findHaskellLanguageServer(
199199

200200
// first plugin initialization
201201
if (manageHLS !== 'GHCup' && (!context.globalState.get('pluginInitialized') as boolean | null)) {
202-
const promptMessage = 'How do you want the extension to manage/discover HLS and the relevant toolchain?';
202+
const promptMessage = `How do you want the extension to manage/discover HLS and the relevant toolchain?
203+
204+
Choose "Automatically" if you're in doubt.
205+
`;
203206

204207
const popup = window.showInformationMessage(
205208
promptMessage,

0 commit comments

Comments
 (0)