fsharp-language-server
fsharp-language-server copied to clipboard
Trying to open a project that needs paket but doesn't have it installed crashes the language server.
We need two things to fix this. 1. A way of telling the user they need paket 2. A way of automatically prompting to run "dotnet tool restore" when required...
Related to #88 Note: It seems like there was a lot of white spaces in the original files and because my IDEs remove them it make a lot of noise...
This should be automatic. I'm surprised it isn't solved by us triggering dotnet restore on all our projects. Perhaps we need to trigger dotnet build...
Hi, I installed this extension to test it on one of my projects but after opening my project in VSCode the F# Language Server crashed almost immediately and keeps crashing...
Running buildalyzer when cracking our project causes changes to project.assets.json vs running ``dotnet build`` this means dotnet build will be forced to rebuild and after running dotnet build the project...
**Disclaimer**: I'm not 100% sure it's actually coming from the server, but it's the common cause of slowdowns I've noticed throughout the past month. OS: Linux (Ubuntu 18.04) --- Here's...
When clicking on "Debug Test" above a xUnit / NUnit test, the console outputs: "Host debugging is enabled. Please attach debugger to testhost process to continue." The user then has...
fantomas quite slow, though, probably more options should be supported, sorry about the format of the typescript file changed since my own format is the default of vscode and there's...
FSharp 5 added support for `#r "nuget:
E.g. using https://github.com/fsprojects/fantomas Given auto formatting is so important these days, it would be nice if it's included in the LSP