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

Re-enable completions #113

Closed
wants to merge 1 commit into from

Conversation

cameron-martin
Copy link
Contributor

@cameron-martin cameron-martin commented Feb 20, 2024

4be1b3b disabled autocomplete by passing no completion provider to the client. However, I think the intention was to just remove the triggers, not disable all autocomplete. This re-enables this functionality.

Fixes #112

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 20, 2024
@facebook-github-bot
Copy link
Contributor

@ndmitchell has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@ndmitchell
Copy link
Contributor

Oops. Thanks for the fix.

@facebook-github-bot
Copy link
Contributor

@ndmitchell merged this pull request in 581baa8.

facebook-github-bot pushed a commit to facebook/buck2 that referenced this pull request Feb 21, 2024
Summary:
4be1b3bbf38dbddfca9aabacbff82a644681ae9d disabled autocomplete by passing no completion provider to the client. However, I think the intention was to just remove the triggers, not disable all autocomplete. This re-enables this functionality.

Fixes facebook/starlark-rust#112

X-link: facebook/starlark-rust#113

Reviewed By: stepancheg

Differential Revision: D53956003

Pulled By: ndmitchell

fbshipit-source-id: 0f060a9fe008897357af75b091f8092010b1c43f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing autocomplete triggers breaks autocomplete
3 participants