You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing #12618, I noticed that some of Theia's native dependencies don't run well when running isolated on a remote machine. For example, nsfw seems to rely on pretty new versions of libc in order to work correctly. More precisely, they require version 2.33, whereas Ubuntu 20.04 comes only with 2.31 by default.
Taking a look at vscode, Instead of nsfw they are using @parcel/watcher. We could align to their decision.
The text was updated successfully, but these errors were encountered:
While testing #12618, I noticed that some of Theia's native dependencies don't run well when running isolated on a remote machine. For example,
nsfw
seems to rely on pretty new versions oflibc
in order to work correctly. More precisely, they require version2.33
, whereas Ubuntu 20.04 comes only with2.31
by default.Taking a look at vscode, Instead of
nsfw
they are using@parcel/watcher
. We could align to their decision.The text was updated successfully, but these errors were encountered: