You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roslyn respects the formatting options in the workspace, but in OOP they're always defaults which means #11276 will regress in cohosting.
Roslyn normally gets their options via callbacks from OOP, but as we call into the LSP handlers they won't do that. We'll have to work out how to provide them.
NOTE: This would also presumably apply to things like CodeGenerationOptions for code actions etc. so might be worth a generic solution of some kind, but that might be overkill.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Roslyn respects the formatting options in the workspace, but in OOP they're always defaults which means #11276 will regress in cohosting.
Roslyn normally gets their options via callbacks from OOP, but as we call into the LSP handlers they won't do that. We'll have to work out how to provide them.
NOTE: This would also presumably apply to things like CodeGenerationOptions for code actions etc. so might be worth a generic solution of some kind, but that might be overkill.
The text was updated successfully, but these errors were encountered: