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 I'm trying to write a plugin to highlight the code with tree sitter, I found that I can't pass the error to the outside.
I suggest that use Resut to pack the return value instead of use return value directly.