Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete: Reduce frequency of low performance language #1862

Merged
merged 7 commits into from
Nov 24, 2023

Conversation

philipp-spiess
Copy link
Contributor

Shipping this FF which was already at 100% rollout on dotcom for a while

Test plan

  • 👀

Copy link
Contributor

@abeatrix abeatrix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@@ -237,10 +237,7 @@ export class InlineCompletionItemProvider implements vscode.InlineCompletionItem

// We start feature flag requests early so that we have a high chance of getting a response
// before we need it.
const [languageLatencyPromise, userLatencyPromise] = [
featureFlagProvider.evaluateFeatureFlag(FeatureFlag.CodyAutocompleteLanguageLatency),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@philipp-spiess philipp-spiess merged commit 76f34d0 into main Nov 24, 2023
14 checks passed
@philipp-spiess philipp-spiess deleted the ps/ship-lang-latency branch November 24, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants