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
Looks like error is caused by the fact that /tmp and /home are on the different devices. Full error message:
could not activate feature "bsv.bzl": Error: could not install bzl Error: EXDEV: cross-device link not permitted, rename '/tmp/tmp-23806-Qq804oaUeYgR' -> '/home/me/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/bsv.bzl/0.9.2/bzl'
The text was updated successfully, but these errors were encountered:
Although I was not able to repro this, I added a mv operation in 0.6.4 that should be compatible with cross device file copy. If the issue persists, please re-open the issue. Thanks!
Looks like error is caused by the fact that
/tmp
and/home
are on the different devices. Full error message:The text was updated successfully, but these errors were encountered: