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
Currently pyls-memestra raises on the following code:
sum(
as there is no closing ) bracket it is not a valid Python syntax, but it is a commonplace to see code like that in editors when users type. Should pyls-memestra know which errors to catch and ignore as harmless?
Currently pyls-memestra raises on the following code:
sum(
as there is no closing
)
bracket it is not a valid Python syntax, but it is a commonplace to see code like that in editors when users type. Should pyls-memestra know which errors to catch and ignore as harmless?Example traceback:
The text was updated successfully, but these errors were encountered: