Skip to content

Clean up LanguageServerFeatureOptions#12540

Merged
davidwengier merged 17 commits intodotnet:mainfrom
davidwengier:RemoveUnusedOptions
Dec 1, 2025
Merged

Clean up LanguageServerFeatureOptions#12540
davidwengier merged 17 commits intodotnet:mainfrom
davidwengier:RemoveUnusedOptions

Conversation

@davidwengier
Copy link
Copy Markdown
Member

Now that VS Code is cohosting only, most of the toggles that LanguageServerFeatureOptions allowed us to make don't make any sense.

You'd be mad not to look at this commit-at-a-time. I was almost going to split it up over multiple PRs, but each PR would just be one commit, and they'd all have to stack, so I didn't think it was worth the complexity.

Part of #12491
Fixes #12176
Fixes #11594

@davidwengier davidwengier requested a review from a team as a code owner November 27, 2025 06:05
Copy link
Copy Markdown
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Copy Markdown
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

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

This is just lovely! I'm thrilled to see so many of these old, crusty options go away.

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.

Clean up LanguageServerFeatureOptions Test VS Code when the Razor Language server is launched with "--DoNotInitializeMiscFilesProjectFromWorkspace"

3 participants