Skip to content

Commit d173f7b

Browse files
committed
Add TODO
1 parent ee2120f commit d173f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ function analyzeCompletionContext(
685685
return { type: "pattern_match" };
686686
}
687687

688+
// [TODO]: Just make the conditional a conjunction?
688689
// Check for where clause context
689690
if (lineText.trim().startsWith(";") || findParentOfType(node, "where")) {
690691
return { type: "where_clause" };

0 commit comments

Comments
 (0)