eclipse-theia / generator-theia-extension

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

fix: specify cacheRoot for rebuilds #191

Closed sdirix closed 10 months ago

sdirix commented 10 months ago

Sets the 'cacheRoot' of 'theia rebuild' to the root directory as is done in the Theia repository. This is needed so that 'theia rebuild' is able to appropriatly determine the state of the native builds.

fixes #190