Open ovatsus opened 6 years ago
Note this only happens if you open VSCode on a folder which already has paket files but you have never used it before. If you open VSCode on an empty folder and do Paket: Init, it tries to update paket.exe then and it works correctly.
Doing
Paket: Restore
on a new Ionide installation does nothing, the console window never opensAll my fsx scripts at work now have this header, I'd really like to get rid of those last 4 lines
I debugged this a little bit, and the problem seems to be that paket.exe is locked, so bootstrapper hangs. If I open taskmanager, I see both paket.exe and paket.bootstrapper.exe running, and if I then kill paket.exe, the new version is downloaded, and the paket console window finally shows up in VSCode and everything works