ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

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

Open MangelMaxime opened this issue 2 years ago • 0 comments

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

  • Operating system: Darwin
  • Arch: arm64
  • VSCode: 1.86.1
  • UI Kind: Desktop
  • Ionide: 7.18.0
  • Runtime: netcore
  • Dotnet version: 8.0.100

MangelMaxime avatar Feb 16 '24 13:02 MangelMaxime