Michael Bacarella
Michael Bacarella
I actually can't induce my version to fail on a blank line. It never shows an error message. `F# Formatting` is not even available in the dropdown. I did notice...
`dotnet --version` yields `7.0.200`. Which is interesting because NET7.0 is not available as an option in the VS2022 project settings dropdown. My project does not have a `global.json` file.
Just did those. Now shows this: ``` dotnet tool list Package Id Version Commands Manifest ------------------------------------------------------------------------------------------------------------ fantomas 5.2.1 fantomas C:\Users\mbac3\projects\giraffe-example\.config\dotnet-tools.json ``` So, closing and restarting VS2022 and reformatting the code...
Yup. # Running from CLI  # Running from VS2022 ## Before format  ## After format  🤔
Sure. ```fsharp cat .\script.fsx #r "nuget: Fantomas.Client, 0.8.0" open System open System.IO open Fantomas.Client.Contracts open Fantomas.Client.LSPFantomasService let service : FantomasService = new LSPFantomasService() // this path needs to be absolute...
Thank you, btw.
Firstly I'd like to say I'm really excited about multicore since it speeds up *interactive* application performance use-cases quite nicely in initial tests. My hands were shaking from excitement when...
Hi @kayceesrk, that sounds like it would suffice, yes.
seems fine, thanks! be sure to add yourself to the CHANGES.md. I'd make an "UNRELEASED" header entry.
I offer to do it though, one question: users may resent the small performance penalty this imposes without some kind of flag to undo it, aside from the semantics concern....