Missing reference warning for unit Test module in VS code?

VS Code Julia extension gives Missing reference warning for following

using Test
@test true

I’m using Julia extension v1.4.3.
How to get rid of this?