ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
859 stars 277 forks source link

Ionide Not Loading #1682

Closed vip-ehowlett closed 2 years ago

vip-ehowlett commented 2 years ago

Describe the bug

Ionide doesn't load. I've been battling with this for a few weeks now and I cannot for the life of me find a work around. It appears Ionide doesn't even start. I have completely uninstalled all extensions as well as VSCode, and then just installed the ionide-specific extensions.

Steps to reproduce

Open an F# project in VSCode

Link to sample reproduction

Doesn't matter, it affects all projects.

Expected behaviour

I get linting. text highlight, type hinting, etc.

Screenshots

Code: image

Extensions: image

End of LSP trace? image

Extension Runtime Status Tab: image

Trying to execute get diag info command: image

Folder Structure: image

.fsproj image

Machine info

image

vip-ehowlett commented 2 years ago

Of course after holding off for two weeks and finally deciding to post my issue I made progress 2 minutes later.

Solution:

Was able to get the the extension to bootup by deleting the %APPDATA%/Roaming/Code folder.

image image