-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create cool UI for Paket's output #37
Comments
Great idea. Looks like I could easily open a dialog and show the trace output. How do we know when an Add succeeded or failed? Does the Add function throw an exception? Sorry I don't know the paket api too well. I'll probably start poking around myself though. |
Yes it will throw. |
Also need this for the other commands like update, install, restore... |
Have any thoughts on where those should go or be displayed? |
I think it should go to the output dialog that you created 2015-05-19 13:34 GMT+02:00 Jimmy Byrd [email protected]:
|
Yes that's what I meant
|
Did you have a chance to look into this? Would love to see that working. |
Sorry I dropped the ball on this. I'll push what bits I have, should do some of what we want. |
In https://github.com/fsprojects/Paket.VisualStudio/blob/master/src/Paket.VisualStudio/PaketOutputPane.cs#L39 we register Paket's output to the VS output pane. This is good to look up what happened, but during sync commands like "Add package" we don't get any feedback.
In atom we have the following:
Since we have already ReactiveUI in place we should open a nice output dialog in https://github.com/fsprojects/Paket.VisualStudio/blob/master/src/Paket.VisualStudio/Commands/AddPackageProcess.cs#L47 and show Paket's output there.
/cc @TheAngryByrd
The text was updated successfully, but these errors were encountered: