ionide / ionide-vscode-paket

VS Code plugin for Paket
http://ionide.io
MIT License
41 stars 29 forks source link

Packet: Restore is failing after installing Ionide plugins #57

Closed smarciuska closed 6 years ago

smarciuska commented 6 years ago

I have installed brand new VS + FSharp + VSCode on Windows 10 Enterprise box. Then I have installed the following plugins: Ionide-fsharp and Ionide-Paket

Whenever I try to execute "Packet: Restore" command (tried in admin mode as well) I get the following Error: ...vscode\extensions\Ionide.ionide-paket-1.9.1\bin\paket.exe Paket version 3.33.4 Paket failed with: Error during parsing of ..\paket.lock. Message: Unknown package settings restriction: && (< net40) (< portable-net45+win8+wp8+wpa81)

smarciuska commented 6 years ago

Work around:

ovatsus commented 6 years ago

After manually updating, we notice that everytime we run the Paket: Restore command, we see a message about paket checking for the latest version, but with the version that comes out of the box in the plugin, there is no message about auto updating.

It seems there was already a PR to update the paket version last month (https://github.com/ionide/ionide-vscode-paket/pull/54), but it wasn't released yet

forki commented 6 years ago

@Krzysztof-Cieslak any chance you can release a new paket ionide with updated bootstrapper?

ovatsus commented 6 years ago

Hit this again today on a new machine. @Krzysztof-Cieslak, can you please publish a new version of ionide-paket which includes the fix?

forki commented 6 years ago

I think he did. Can you please try to uninstall and reinstall the addin? Maybe something else is wrong

ovatsus commented 6 years ago

The last published version is still 1.9.1 from 29 January

Krzysztof-Cieslak commented 6 years ago

Released new version, sorry for troubles, I was sure I've released version with fixed bootstraper before.

ovatsus commented 6 years ago

Thanks