When using the flutter analyze command without the –no-fatal-infos option, it treats info-level issues as errors, resulting in an exit status of 1 if any info issues are present.
However, in VSCode, these info issues are displayed with a blue wavy underline, making them easy to overlook. Is there a method to configure VSCode or flutter analyze so that info-level issues are highlighted as errors? Or is it generally advisable to avoid such a practice?