What is priority
in registerFileSystemOverlay
, if there registered multiple file system overlay, will the editor tries them one by one?
#405
-
Hello, thank you for develop this library. I am wondering, what is |
Beta Was this translation helpful? Give feedback.
Answered by
CGNonofr
Apr 16, 2024
Replies: 1 comment 1 reply
-
If an overlay throws a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alissa-tung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If an overlay throws a
FileSystemProviderError
with codeNoPermissions
,FileNotFound
orUnavailable
, it continues to the next overlay, otherwise the error is thrown