nhirschey
nhirschey
I am teaching a university class with F# .net interactive notebooks and this bug is really hitting my students on Apple Silicon Macs hard. It's very high impact.
FYI, turns out that the fsiExtraParameters fix in https://github.com/ionide/ionide-vscode-fsharp/issues/1236#issuecomment-725891973 fixes: - The issue with access in paths: https://github.com/ionide/ionide-vscode-fsharp/issues/1519  - Turning to the present issue about userprofile, the fsiExtraArgs allows...
@baronfel, this is fixed! I verified that the fix correctly deals with accents in folder paths in 5.5.2. My Portuguese students learning F# will be quite grateful.
Sorry, I spoke too soon. This is not fixed. I tested fsi but I forgot to test intellisense. Intellisense is still broken. See this screenshot created on my dummy account...
The singularity is still a long ways off ; ) https://opencollective.com/nicholas-hirschey
Some things to add: 1. Without changing the filename, I have also gotten type checking to come back by deleting several (working) lines of the script. The workflow would be...
Hey, I just ran into this again while live coding for my students. Good news is that I have new debug info for how to get intellisense back without renaming...
I continue to hit this all the time (scripts not being type-checked), but I now have a reproducible example that might help debug. **Caveat:** my general problem is that I...
I can reproduce @Booksbaum 's bug. It feels very similar to the script bug, though it's a bit better because if the file is open it looks like I can...
@Martin521 that's a good observation. I can consistently switch between "type checking working" and "type checking not working" by having a file open or closed when I hit ">developer reload"...