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
I found the reason after about 1 hour debugging, the extension assumes you always opened a folder, and it uses the variable rn.workspace.workspaceFolders in the extension. But when you did not open any folder, this variable is undefined, and the extension failed to load.
It works at first, but sometimes it doesn't work when using it.
version: 0.1.8
The text was updated successfully, but these errors were encountered: