-
**Describe the bug**
When loading [Fantomas](https://github.com/fsprojects/fantomas) it seems to get stuck on Project Loading.
In the dev tools we get:
```
$onExtensionRuntimeError @ m…
-
### Describe the bug
Dotnet-interactive processes continue running even after shutdown/restart kernel commands issued form the VSCode UI and quitting the VSCode app.
After investigating slow down …
-
### Describe the bug
Code lens and auto complete not working when loading F# projects
``` Parsing xxx
Failed to build xxx.fsproj: Object reference not set to an instance of an object.
at Pro…
-
### Describe the bug
After installing 7.2.0, when trying to add a file above another file in the solution explorer, I get the following error:
> Error running command fsharp.explorer.addAbove: cop…
-
Hi, thanks for this plugin.
**Describe the bug**
I'm opening an F# project, nothing happens. I even set the backend to `nvim` just in case, still.
I also tried `FSharpReloadWorkspace`, which gi…
-
### Description
Everything works fine when compiling a Fable project with .NET 7 Preview 7, but installing the release candidate causes some of the dependent files (from Nuget packages) not to be c…
-
When I move the cursor in neovim, I get an error that constantly tells me I don't have symbol information..
![image](https://user-images.githubusercontent.com/55286472/179075706-87c02288-2b7c-4c49…
-
I trying to run https://github.com/panesofglass/grpc-fsharp-sample/ and create a simple using the tutorial, but I have
`The value, namespace, type or module 'Greeter' is not defined. F# Compiler(39)…
-
**Describe the bug**
After setting up the plugin, opening the first .fs file works fine, however opening a file in a deeper-nested folder using i.e. netrw throws the following error:
```
Error dete…
-
If I have the following pipeline:
```fs
pipeline "Setup" {
description "Setup the project"
workingDir __SOURCE_DIRECTORY__
stage "Repro" {
run ""
}
}
tryPrintPip…