Describe the bug
The FSLint integration appears to be broken. No lint warnings appear, although I have ensured that the linter is turned on.
Steps to reproduce
- Create an FSX (or FS) file.
- Make a lint warning e.g. let x = [ 1 .. 10 ] |> List.map id |> List.map id
- A lint warning should appear, but nothing does.
I've tested with the dotnet FS Lint tool and that still works.
Machine info
- OS: Windows
- .NET SDK version: 5.0.202
- Ionide version: 5.5.3
Describe the bug
The FSLint integration appears to be broken. No lint warnings appear, although I have ensured that the linter is turned on.
Steps to reproduce
I've tested with the dotnet FS Lint tool and that still works.
Machine info