Use extensionPack
instead of extensionDependencies
property for defining pack
#68
Milestone
extensionPack
instead of extensionDependencies
property for defining pack
#68
From release v1.26, defining an Extension Pack now uses a new property called
extensionPack
instead ofextensionDependencies
in package.json. This is because extensionDependencies is mainly used to define functional dependencies and an Extension Pack should not have any functional dependencies with its bundled extensions and they should be manageable independent of the pack.So please use
extensionPack
property for defining the pack.For more details refer to Release notes
This extension is categorised as extension pack and hence this issue is filed. If you think this does not impact the extension, please close it.
The text was updated successfully, but these errors were encountered: