When marking a rule as a warning in SQLFluff (e.g., warnings = RF03 in .sqlfluff), the extension doesn't respect the output of the sqlfluff process that marks these as warnings.
In the output of the SQLFluff extension I can see certain lines are marked as warnings in the output e.g.:
When marking a rule as a warning in SQLFluff (e.g.,
warnings = RF03
in .sqlfluff), the extension doesn't respect the output of the sqlfluff process that marks these as warnings.In the output of the SQLFluff extension I can see certain lines are marked as warnings in the output e.g.:
However the extension seems to disregard the
"warning": true
part of the message.Extension version 3.0.2 SQLFluff version 3.0.7