Closed teo-tsirpanis closed 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:
Check if the file .paket\paket.bootstrapper.exe exists.
If it does not:
- Go to step 4.
Otherwise:
- Execute it and proceed whether it succeeds or fails (because there might be no Internet connectivity))
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 .
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:
.paket\paket.bootstrapper.exe
exists..paket\paket.exe
; if exists. If it does not, fail accordingly.