AvinZarlez / unity-tools

A Visual Studio Code Extension to provide some tools for Unity development
https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools
MIT License
31 stars 8 forks source link

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

Closed sandy081 closed 6 years ago

sandy081 commented 6 years ago

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

AvinZarlez commented 6 years ago

Yes! I was one of the people suggesting this feature, very excited to have it implemented! Will update this

AvinZarlez commented 6 years ago

Updated in version 1.0.5