vscode-blockman icon indicating copy to clipboard operation
vscode-blockman copied to clipboard

Blockman showing "random" errors.

Open themetalleg opened this issue 2 years ago • 3 comments

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?

vscode

themetalleg avatar Nov 12 '23 13:11 themetalleg

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.

https://github.com/microsoft/vscode/issues/177452

leodevbro avatar Nov 12 '23 16:11 leodevbro

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).

Pavelioso avatar Aug 20 '24 10:08 Pavelioso