'How do I remove inline parameter hints in VSCode?

In the latest version of VSCode, the default settings have changed and inline parameter hints are always shown in the code despite me not using any setting for it. How do I disable them?

Example (predicate and searchString):

enter image description here



Solution 1:[1]

You can disable this new default setting by putting this option in your settings.json file:

"editor.inlayHints.enabled": false

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Saad