vscode-json-to-ts icon indicating copy to clipboard operation
vscode-json-to-ts copied to clipboard

Use `extensionPack` instead of `extensionDependencies` property for defining pack

Open sandy081 opened this issue 6 years ago • 0 comments

From release v1.26, defining an Extension Pack now uses a new property called extensionPack instead of extensionDependencies 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 extensions is categorised as extension pack and hence this issue is filed. If you think this does not impact the extension, please close it.

sandy081 avatar Aug 15 '18 08:08 sandy081