Skip to content

Commit ae3f093

Browse files
committed
Add underscore to make featureFlags optional
1 parent 835ba65 commit ae3f093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languageservice/src/complete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ function getExpressionCompletionItems(
532532
context: DescriptionDictionary,
533533
extensionFunctions: FunctionInfo[],
534534
pos: Position,
535-
featureFlags?: FeatureFlags
535+
_featureFlags?: FeatureFlags
536536
): CompletionItem[] {
537537
if (!token.range) {
538538
return [];

0 commit comments

Comments
 (0)