ionide / ionide-vscode-paket

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

The extension does not work on repositories that have Paket in magic mode. #63

Closed teo-tsirpanis closed 6 years ago

teo-tsirpanis commented 6 years ago

Just try it. The bootstrapper found in the extension's folder will hang forever, and only then will .paket\paket.exe (another bootstrapper BTW) run.

I suggest the following logic:

  1. Check if the file .paket\paket.bootstrapper.exe exists.
  2. If it does not:
    • Go to step 4.
  3. Otherwise:
    • Execute it and proceed whether it succeeds or fails (because there might be no Internet connectivity))
  4. Run .paket\paket.exe; if exists. If it does not, fail accordingly.
forki commented 6 years ago

Please send a pull request

Theodore Tsirpanis notifications@github.com schrieb am So., 1. Juli 2018, 22:55:

Just try it. The bootstrapper found in the extension's folder will hang forever, and only then will .paket\paket.exe (another bootstrapper BTW) run.

I suggest the following logic:

  1. Check if the file .paket\paket.bootstrapper.exe exists.

  2. If it does not:

    • Go to step 4.
  3. Otherwise:

    • Execute it and proceed whether it succeeds or fails (because there might be no Internet connectivity))
  4. Run .paket\paket.exe; if exists. If it does not, fail accordingly.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ionide/ionide-vscode-paket/issues/63, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNIF4wZEMUI4kfCViWp4v5Z9HsEACks5uCTcxgaJpZM4U-dxo .