Mattias
Mattias
I need to check some things, don't review it right now ;-)
Thanks a lot @yyoncho for the pointer, that's much better for me!
Why do I need this by the way? Because when following the tutorial ([here](https://docs.microsoft.com/en-us/learn/modules/fsharp-first-program/5-exercise-operators) for example), you're being asked to copy/paste some code but it will not be properly indented...
fake version: ``` ❯ dotnet fake --version FAKE 5 - F# Make (5.21.0-alpha004) (this line is written to standard error, see https://github.com/fsharp/FAKE/issues/2066) FakePath: /home/mattias/.nuget/packages/fake-cli/5.21.0-alpha004/tools/net6.0/any/Fake.Runtime.dll Paket.Core: 6.2.1 ``` dotnet info: ```...
I don't know anything about F# ecosystem, how should I build the 5.21.1 release?
Thanks ;-) Same issue: Clean ``` ❯ rm -rf .fake ``` Build ``` ❯ dotnet fake -v build runOrBuild ({ Script = None ScriptArguments = [] FsiArgLine = [] Debug...
Sure! ``` ❯ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib ``` ``` ❯ printenv | grep "DOTNET" ``` > The default locations for linux is `/usr/share/dotnet/` and mac is `/usr/local/share/dotnet`? But the resolved path...
I have dotnet in usr/bin: ``` ❯ la /usr/bin/dotnet lrwxrwxrwx 1 root root 22 Nov 17 19:53 /usr/bin/dotnet -> ../share/dotnet/dotnet ``` I don't have `usr/bin/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0`
Hi, thanks for your answer ;-) Build failing again. Once again it tries to find /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/**6.0.0**/ref/net6.0 when it should find /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/**6.0.1**/ref/net6.0 (6.0.0 instead of 6.0.1). ``` ❯ dotnet fake -v...
I tried installing ocamlformat-rpc as advised [here](https://github.com/ocaml/ocaml-lsp#formatting-code-on-hover) but I couldn't see any difference. What is it supposed to do?