Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[feature request] Deploy complete - Visual feedback #53

Closed
martinandersen3d opened this issue Apr 3, 2018 · 3 comments
Closed

[feature request] Deploy complete - Visual feedback #53

martinandersen3d opened this issue Apr 3, 2018 · 3 comments

Comments

@martinandersen3d
Copy link

martinandersen3d commented Apr 3, 2018

Description

When updating the same file, and autodeploy it on save, there is a long log with the same filename in the deploy history. But all lines are in the same position and looks the same, both before and after the deploy. It makes it hard to see when the deploy/ftp is done.
skaermbillede 2018-04-03 kl 13 43 16

2 Suggestions for features for visual feedback (to make it easy to see when deploy is done):

  1. use the bottom line to indicate when its done
    1432518334gitstart

  2. NPM use a timestamp to show how many milliseconds it took, this will change with every file (not so mutch fan of this, but it gives a visual clue.)
    skaermbillede 2018-04-03 kl 13 45 07


What do you think, is this the way to show it or is there a better way? :-)

---Edit-----------------------------------------------------------
instead of the clock you could use upload download icons
download

download-1

@mkloubert
Copy link
Owner

@martinandersen3d

Thanks for the great ideas!

I am currently working on version 0.68 and will try to implement it there.

The problem is, I have to wait until version 1.22 of VSCode is released, because I started to work with things like the API of upcoming progress popups:

preview

@robert914
Copy link

robert914 commented Apr 6, 2018

FYI, my VSCode updated to 1.22 so ... can't wait for these improvements! :)

Weird, I think they pulled the update. My other Mac won't update to it now, and when I re-downloaded from the website it is only 1.21.1. Even though the release notes and everything is posted: https://code.visualstudio.com/updates/v1_22

ODD!

@mkloubert
Copy link
Owner

@martinandersen3d @robert914

I have released version 0.68.1 with an improved output:

demo28

You can activate the button in the status bar by set global setting showStatusWhenFinished to (true) (a button disapear after 60 seconds automatically).
You also can define a number, which defines when a button should disapear (in milliseconds) automatically or (null) if it should not dispear automatically.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants