You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Pyrefly could not determine a Python interpreter for this file.',
176
+
voidshowRunnableCodeLensError(
177
+
uri,
178
+
'Pyrefly could not determine a Python interpreter for this file. Ensure the correct interpreter is selected in your IDE before using runnable CodeLens.',
125
179
);
126
180
return;
127
181
}
@@ -154,8 +208,9 @@ async function runTestAtLocation(
'Pyrefly could not determine a Python interpreter for this file.',
211
+
voidshowRunnableCodeLensError(
212
+
uri,
213
+
'Pyrefly could not determine a Python interpreter for this file. Ensure the correct interpreter is selected in your IDE before using runnable CodeLens.',
159
214
);
160
215
return;
161
216
}
@@ -192,6 +247,13 @@ async function runTestAtLocation(
'Pyrefly could not import pytest from the selected interpreter. Select the correct interpreter or install pytest in that environment before using runnable CodeLens.',
0 commit comments