PyPlot.jl `show()` method is miss-judged as possible method error with julia-vscode

My code is using PyPlot.jl show() in some places, and this code works correctly.
However, VSCode with julia-vscode plugin is miss-judging these show() as possible method errors.
Is there any workaround for it?