-
## scenario
User has a working project, and try to run some part in fsi, so:
1. send the references to fsi, correctly
2. evaluate some code => error
```
stdin(7,5): error FS0074: The type r…
-
https://github.com/dotnet/vscode-csharp/issues/7533
I'm getting this error when trying to debug unit tests.
"Start debugging failed. Provided launch or attach configuration is missing required prope…
-
There is a rogue `"beginCaptures"` with no `"begin"` rule
should it be `"captures"`?
https://github.com/ionide/ionide-fsgrammar/blob/472c6b2030c962217cbbb26e4ddcce1b8ffe0867/grammars/fsharp.json#L53…
-
Type: Bug
When i try opening a workspace with the extension enabled, i get this alert:
Command `fsharp.explorer.renameFile` already registered by Ionide for F# (Ionide.ionide-fsharp)
in the show …
-
https://github.com/ionide/ionide-vscode-fsharp/issues/1954
would like to tackle this one 👍 , maybe in beginning of december?
-
**Describe the bug**
I'm trying to create a brand new console project from the Ionide command-palette and convert it to Paket.
When I reload the window, the project fails to load with a status of "f…
-
### Describe the bug
For certain files that I edit, as I'm typing, the view scrolls up (and down) by one line at a time
To reproduce: Sorry not to include this right now - I will try to create a p…
-
I propose we add a way to provide a custom path for fantomas on `Fantomas.Client`.
As explained on [Ionide's discussion](https://github.com/ionide/ionide-vscode-fsharp/discussions/2025#discussionco…
-
Is it possible to have jump to source working for the generated source via fsautocomplete (via sourcelink integration?)? Currently, if I try to jump to definition when hovering over a type like `Gluti…
-
This code exposes internally generated type identifiers in error messages:
#### Repro steps
```fsharp
type C() =
static member M(a: 'a, b: 'b) = a + b
```
#### Expected behavior
>…