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.
2 parents dd55e8a + d78bffb commit a0c9494Copy full SHA for a0c9494
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