This is a vsCode panel plugin which show flow info.
Getting Started
# clone the project
git clone https://carinahome.visualstudio.com/DefaultCollection/Carina/_git/Carina.VsCodePlugin
# enter the project directory
cd Carina.VsCodePlugin
# install dependency
yarn install
# run project
Press F5 on the keyboard
Package
# Execute command to generate. Vsxi file
vsce package
Publish
# Publish plugin to the Visiual Studio Marketplace
vsce publish