I'm performing some behaviour tests with Jasmine and the following variables are getting these annoying tips under the word—totally unnecessary, since they're being defined on beforeEach(); scope.
Look:

I know what Microsoft is trying to achieve and until it get polished enough I want to disable this kind of tips/hints. How can I do this?
This is what VSCode is suggesting to throw away that green lines:

If I select any of the options, it works—but unfortunately any of that options are suitable on my scenario.
Ideas?