Replies: 1 comment 1 reply
-
This is usually handled by the LSP itself through some kind of comment or annotation in the code, like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a JavaScript warning
“Property '_version' may not exist on type 'Sade'. Did you mean 'version'?”
This is because I’m being naughty and knowingly overwriting a private method.
Is there some way I can signal to Helix that I know I’m being naughty and it’s ok (this one time?) ;)
e.g., to signal that an LSP warning is to be expected for the next line:
Beta Was this translation helpful? Give feedback.
All reactions