-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linting doesn't work #2068
Comments
Why do you think |
Because it works from CLI
|
Ah - it looks like we've disabled that feature due to API incompatibilities with FSharp.Core/FSharp.Compiler.Services. This is a problem we have with many components (including the Analyzer SDK!) so we'd need FSharpLint to update to the 9.0.200 versions before we could re-enable it. |
That explains it, thank you for answering! |
Thanks for raising this - I had actually forgotten! It's good for us to have tracking for the currently-disabled features/etc. |
ionide/FsAutoComplete#942 (comment) is the last update on the subject |
Unfortunately, fsharplint development seems to have stalled again before the PR to create a client for it was merged :-( Maybe it's still possible to get some info into the UI by doing https://fsprojects.github.io/FSharpLint/how-tos/msbuild-task.html (I haven't tried it lately) |
Describe the bug
linting doesn't work
Steps to reproduce
dotnet new console -lang F#
put this as Program.fs
Link to sample reproduction
Expected behaviour
ionide highlights
hello_world
as an issueScreenshots
Machine info
8.0.403
7.25.2
Additional context
The text was updated successfully, but these errors were encountered: