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 keep getting those errors from the extension. I don't even know why. The code is correct. When I remove it, blockman is showing another line of code with an error. It seem a bit random. Anybody has an idea what this can be?
The text was updated successfully, but these errors were encountered:
please provide the file or part of the file which triggers the error. I believe the error is not random, but sure, it is a false error. The thing is that VS Code does not give extensions access to the native AST tokens, so I implemented third party libraries (for parsing/tokenizing code) in Blockman. And third party libraries has some mistakes sometimes.
Hello, the same issue is present on my end. Extension shows random errors, though everything is correct. If I try to disable the notifications, the errors keep on showing. Unfortunately cannot share the code.
For now a quick fix in my opinion would be to have ability to disable the notifications (even if I disable them in settings they keep on showing).
I keep getting those errors from the extension. I don't even know why. The code is correct. When I remove it, blockman is showing another line of code with an error. It seem a bit random. Anybody has an idea what this can be?
The text was updated successfully, but these errors were encountered: