v0.2.0
Changes
Now, we require command consumers to define the target extension in the crossExtensions
list of package.json. This allows providers to get to know who is using their extension API.
{
"crossExtensions": ["target-extension-author-name/target-extension-name"]
}