Skip to content

Commit

Permalink
Renaming stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Sep 16, 2024
1 parent 760ff67 commit cc7d2cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vscode/src/completions/completion-provider-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ class CompletionProviderConfig {
public get completionDisableLowPerfLangDelay(): Observable<boolean> {
return featureFlagProvider
.evaluatedFeatureFlag(FeatureFlag.CodyCompletionDisableLowPerfLangDelay)
.pipe(
distinctUntilChanged()
)
.pipe(distinctUntilChanged())
}
}

Expand Down

0 comments on commit cc7d2cf

Please sign in to comment.