eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
49 stars 37 forks source link

fix: specify cacheRoot for rebuilds #191

Closed sdirix closed 8 months ago

sdirix commented 8 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