Feature Request: Download artifacts from latest pipeline
Problem to solve
CI Jobs can produce artifacts. To download these artifacts, you now have to leave the extension. You have to open the job in a browser and then download the artifact
Proposal
Introduce a context menu for each job that has an artifact. The context menu item could say "Download Artifacts.
If possible we should also indicate that the job has an artifact with an icon.
Further details
It would be OK if clicking the context menu item opens the browser. That means it would use the vscode.open
command with the artifact GitLab URL as an argument.
Links / references
Original description
First off, really nice extension! I like that I can see the current pipeline status without leaving my code editor. But it would also be nice if you could download the artifacts from the latest pipeline by clicking on "Pipeline passed". Doing so would open a "Save As" dialog or save it to a temp folder and open the artifacts.zip file (maybe the default could be configured?)