vscode-swift icon indicating copy to clipboard operation
vscode-swift copied to clipboard

Show build progress in activity bar

Open ahoppen opened this issue 1 year ago • 3 comments

Currently, when building, VS Code only shows Building… as an activity indicator (or whatever the thing in the bottom bar is called). It would be nice if it would show the current build progress as it’s output from swift build (e.g. Building 6/9)

ahoppen avatar Feb 21 '24 16:02 ahoppen

That's not easy. Builds are triggered by VSCode tasks and I have no access to stdout from a VSCode task.

adam-fowler avatar Feb 24 '24 07:02 adam-fowler

The VSCode API allows for custom execution of tasks. I can take a look to see how much extra work that would be.

matthewbastien avatar Apr 19 '24 14:04 matthewbastien

I'd love to run with this issue

award999 avatar Apr 22 '24 13:04 award999