autometrics-dev / vscode-autometrics

A vscode extension to extract information from your autometrics enabled code.
https://marketplace.visualstudio.com/items?itemName=Fiberplane.autometrics
MIT License
13 stars 2 forks source link

Add Fiberplane Charts library + move to Yarn #16

Closed arendjr closed 1 year ago

arendjr commented 1 year ago

This adds the Fiberplane Charts library as a dependency, though it doesn't make use of it yet.

Because Fiberplane Charts is part of a workspace that we access directly from Git, I had to move back to Yarn. This took a little bit extra effort due to the missing yarn list command, but I solved that using a custom Yarn plugin.