We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835ba65 commit ae3f093Copy full SHA for ae3f093
languageservice/src/complete.ts
@@ -532,7 +532,7 @@ function getExpressionCompletionItems(
532
context: DescriptionDictionary,
533
extensionFunctions: FunctionInfo[],
534
pos: Position,
535
- featureFlags?: FeatureFlags
+ _featureFlags?: FeatureFlags
536
): CompletionItem[] {
537
if (!token.range) {
538
return [];
0 commit comments