ionide / ionide-vscode-fsharp

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

"clean" outside of VS code makes ionide loses all deps info #1019

Open forki opened 5 years ago

forki commented 5 years ago

If I open ionide then implicit dotnet restore works nicely. But if I do a fake build which cleans at the beginning then ionide loses all deps info and never recovers.

forki commented 5 years ago

the only workaround I know is: restarting vs code