eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
55 stars 40 forks source link

Add `theia check:theia-version` by default #156

Closed planger closed 2 years ago

planger commented 2 years ago

This will run the Theia version check after yarn install to check whether multiple versions of @theia/* packages are pulled by direct or indirect dependencies.

See also https://github.com/eclipse-theia/theia/pull/11483

Contributed on behalf of STMicroelectronics.

Testing this PR