Skip to content

Commit fb4c159

Browse files
committed
Add TODO comment
1 parent 9bed28e commit fb4c159

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
@@ -691,6 +691,7 @@ function analyzeCompletionContext(
691691
return { type: "pattern_match" };
692692
}
693693

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

0 commit comments

Comments
 (0)