-
Notifications
You must be signed in to change notification settings - Fork 645
Show build progress when buildOnSave #1869
Comments
Hey @EmpireJones, Apologies for taking so long to get to this issue. Below are the reasons we chose not to use the status bar for the on save operation:
The one case where this can be useful is for long running build/lint/vet operations on save. Currently, we use the Output channel to show the results of these processes, but it only shows up after the process completes. We can update this to print a line that indicates the start of the process as well, so that users would know that the build process has started and continue to monitor the channel for completion. I have pushed a commit to do exactly that. This will ship in our next update. |
The latest beta version of this extension will now log the starting of the build/vet/lint process in the output channel as well |
The fix for this issue is out in the latest release(0.10.0) of the Go extension |
It looks like #1456 implemented showing "building..." in the status bar when building manually. This is a feature request to show this indication when a build is triggered via buildOnSave too.
The text was updated successfully, but these errors were encountered: