vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Overlapping line folding ranges are sent to VS Code

Open aeschli opened this issue 10 months ago • 0 comments

See the logs collected in https://github.com/microsoft/vscode/issues/239789

The C# language server sends overlapping folding line ranges for else clauses.

Note that VS Code only supports folding lines, so startCharacter and endCharacter of folding ranges are ignored.

aeschli avatar Feb 07 '25 16:02 aeschli