Skip to content

linting doesn't work #2068

Open
Open
@inwenis

Description

@inwenis

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

Image

Machine info

  • OS: Windows
  • .NET SDK version: 8.0.403
  • Ionide version: 7.25.2

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions