Would you like a vscode extension to work with node-red/flowfuse?

I want to know how people use vscode when developing nodes/plugins for node-red.

About flows I want to know if people developed flows that they use when developing other projects while using vscode. Maybe they created a flow that builds a project using node-red and they want to be able to quickly run these flows from within vscode with a click of a button?

Use case:
people develop flows using node-red editor to work in other projects from within vscode. When a project containing node-red.config.json is opened in vscode the extension is activated, if it is available. The extension displays a tree view with the available flows, which Users can use without leaving vscode. These flows can also be located in a remote Node-RED managed by flowfuse.

node-red.config.json has configs for the extension. It contains a list of node-red instances to connect, the flows that can be run, the inputs that are expected, and other stuff...

The extension would allow you to configure certain events to use for a particular flow. These input events would be stored locally but in the future could be shared within a team

What do you think?
Suggestions for extension names?
Suggestions for features?