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
Final note: The formatter still respects my indentation settings, even if I change back and forth in the .editorconfig without reloading the LSP. But the csharp_new_line_before_open_brace option remains broken.
The text was updated successfully, but these errors were encountered:
StringEpsilon
changed the title
EditorConfig support flakey after LSP initilization / restart.
EditorConfig support flakey after LSP initialization / restart.
Jun 28, 2023
In version v2.0.238, I noticed that under some circumstances my editorconfig formatting settings are ignored in favor of the defaults.
Notably this affects csharp_new_line_before_open_brace.
Before:
After:
The problem sometimes fixes itself after a couple minutes. Sometimes I need to restart the language server again. Sometimes I need to restart VS Code.
It can also be tricky to reliably replicate.
Relevant editorconfig section:
Final note: The formatter still respects my indentation settings, even if I change back and forth in the .editorconfig without reloading the LSP. But the
csharp_new_line_before_open_brace
option remains broken.The text was updated successfully, but these errors were encountered: