I think that the compiler option to turn off this particular warning is:
-warn-duplicate-variable-def

You will likely need to add it in additionalOptions instead of
compilerOptions in asconfig.json.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Sun, Oct 9, 2022 at 1:54 PM Hugo Ferreira <hferreira...@gmail.com> wrote:

> Hi,
>
> With the latest SDK, I start getting false warnings about duplicate
> variable.
> BTW, I never like this warning when was true.
> How can I ignore warnings about duplicate variables using VS Code ?
>

Reply via email to