ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
849 stars 276 forks source link

Code formatting for generic parameters located under a module is not correct #1987

Closed MangelMaxime closed 1 month ago

MangelMaxime commented 4 months ago

Describe the bug

CleanShot 2024-02-16 at 14 34 11

Look at the line "'Output is Request.ParcelAddress" it is formater as:

'Output is Request.ParcelAddress

but it should be formatted as

'Output is Request.ParcelAddress

I suspect that the error is located inside of FSAC code but I didn't investigate on it yet.

Machine info