You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
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.
2 Suggestions for features for visual feedback (to make it easy to see when deploy is done):
use the bottom line to indicate when its done
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.)
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
The text was updated successfully, but these errors were encountered:
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:
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
I have released version 0.68.1 with an improved output:
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.
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.
2 Suggestions for features for visual feedback (to make it easy to see when deploy is done):
use the bottom line to indicate when its done
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.)
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
The text was updated successfully, but these errors were encountered: