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

Disable snippets in synchronous completion logic #2497

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

allisonchou
Copy link
Contributor

Previously, when upgrading Roslyn to a newer version, we disabled snippets due to duplicates in the completion list (see #2485). We did this in our async completion logic, but it turns out we need to do the same in our sync completion logic as well. This fixes issues such as @inject [||] not displaying C# completions in Razor files.

@dibarbet dibarbet merged commit bddaff4 into OmniSharp:master Jan 18, 2023
@allisonchou allisonchou deleted the FixCompletionBug branch January 23, 2023 21:04
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

2 participants