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 1a7cfed commit d78bffbCopy full SHA for d78bffb
src/hlsBinaries.ts
@@ -199,7 +199,10 @@ export async function findHaskellLanguageServer(
199
200
// first plugin initialization
201
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?';
+ 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
+ `;
206
207
const popup = window.showInformationMessage(
208
promptMessage,
0 commit comments