SkaceKamen / vscode-sqflint

SQF Language server extension
MIT License
19 stars 9 forks source link

Ad hoc CODE possibly undefined vars #142

Open mwpowellhtx opened 1 year ago

mwpowellhtx commented 1 year ago

I have some ad hoc code which I am invoking locally for couple of my algos. Does not do a great job assessing scope on these, reporting possibly undefined vars warning and syntax highlighting, understandably so. However, I am not intenting on passing those along to other scopes for calling, so is there a way to disable those warnings, at least for the span of the code block, then perhaps re-enabling? Thanks...

mwpowellhtx commented 1 year ago

Short of factoring in terms of a compiled text, that is definitely overkill, and I lose other LINT benefits in the process for that matter.