Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.71.0
- OS Version: Windows 10 10.0.19044 (on Linux similarly)
Steps to Reproduce:
- declare some class
- extend the class prototype via Object.defineProperty
- viacode shows a problem about missing a property

moreover, if you assign a new property directly to the prototype, there are no problems

everything is exactly the same if you declare a constructor function instead of a class