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
Copy file name to clipboardExpand all lines: src/Language/PureScript/Ide.hs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,9 +171,9 @@ findDeclarations filters currentModule completionOptions = do
171
171
mapMaybe (\case
172
172
F.Filter (Left modules) ->
173
173
Just$"(exists (select 1 from exports e where id.module_name = e.defined_in and id.name = e.name and id.declaration_type = e.declaration_type and e.module_name in ("<>
0 commit comments