Hi,
- I create a treeeditor extension
- I yarn and build get follow error
- I search and did not find any answer to the problem.
Hi,
Hi @wss,
seems like we performed a breaking change and forgot to update the yeoman generator. You should be able to correctly import FileStat
from @theia/filesystem/lib/common/files
and use toCheck.resource
instead of toCheck.uri
.
You may want to consider updating your generator as I believe it might be quite old compared to the latest version.
The fix related to the import was released in May as part of v0.1.30
(the latest version is v0.1.33
).
Hi
I follow your step and build success. Thank you very much