Sidecar filesystem/content reader will not work in front-end plugins #20331
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
We have two classes in che-sidecar-content-reader.ts and che-sidecar-file-system.ts which read files form the sidecar container. They are implemented with the che plugin api. However, these two classes don't make sense when the che api is run as a front-end API.
We should decide whether running the che api as a front end plugin API makes sense at all. If we decide it does, we need to find a way to cleanly exclude the part of the API (in particular, when building the webpack version of the API).
The text was updated successfully, but these errors were encountered: