Acknowledged

bug: vscode extension warns about possible nulls where it's not possible

Why I get this yellow wave line under the comparsion? I thought this was already fixed long ago (though that might have been in the compiler, not the vsc extension)
both with SDK 7.4.3 and 8.0.0-Beta
Parents
  • I would also say that's very likely that the extension only highlights warnings/errors which are produced by the compiler, by parsing the compiler output.

    It would indeed be not-so-great design if all the compiler logic for warnings and errors had to be independently replicated in the extension, which is the only conceivable way that the extension could flag different (compiler) warnings/errors than the compiler itself.

Comment
  • I would also say that's very likely that the extension only highlights warnings/errors which are produced by the compiler, by parsing the compiler output.

    It would indeed be not-so-great design if all the compiler logic for warnings and errors had to be independently replicated in the extension, which is the only conceivable way that the extension could flag different (compiler) warnings/errors than the compiler itself.

Children
No Data