Hide inherited getters on hover in VS Code (node)

Let’s take the following example: we create a chain of objects A > B > C by defining getters in A and B. When we hover over C in debug mode, the inherited getters are displayed at the same level as C’s own properties.

enter image description here

Is it possible to configure VS code to hide inherited getters on hover?