Open
Description
Describe the bug
linting doesn't work
Steps to reproduce
dotnet new console -lang F#
put this as Program.fs
open System
[<EntryPoint>]
let main argv =
let hello_world = "Hello world"
printfn "%s from F#!" hello_world
0 // return an integer exit code
Link to sample reproduction
Expected behaviour
ionide highlights hello_world
as an issue
Screenshots
Machine info
- OS: Windows
- .NET SDK version:
8.0.403
- Ionide version:
7.25.2
Additional context
Metadata
Metadata
Assignees
Labels
No labels
Activity