vscode-json-to-ts
vscode-json-to-ts copied to clipboard
Use `extensionPack` instead of `extensionDependencies` property for defining pack
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.