Skip to content

Commit b36d3ea

Browse files
committed
This might take a while
1 parent 0695efa commit b36d3ea

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
@@ -102,7 +102,7 @@ async function getProjectGhcVersion(context: ExtensionContext, dir: string, rele
102102
return window.withProgress(
103103
{
104104
location: ProgressLocation.Window,
105-
title: 'Working out the project GHC version',
105+
title: 'Working out the project GHC version. This might take a while...',
106106
},
107107
async () => {
108108
return new Promise<string>((resolve, reject) => {

0 commit comments

Comments
 (0)