coder / backstage-plugins

Official Coder plugins for the Backstage platform
34 stars 2 forks source link

Parse git urls #127

Closed code-asher closed 4 months ago

code-asher commented 4 months ago

Closes https://github.com/coder/backstage-plugins/issues/117

As part of this, I moved the VS Code URI to an annotation during the processing phase.

I decided to go with a dependency over hand-rolling because there are quite a few forges that it supports and it did not seem worthwhile to figure all that out again if someone has already done it, and the code looks reasonable to me although I do still think a go-chi style of parser would be cooler.