I installed a new version of the C# extension for Visual Studio Code, and it started to provide highlights inline for explicit typing.
How can I disable this without reverting the extension to an older version?
I installed a new version of the C# extension for Visual Studio Code, and it started to provide highlights inline for explicit typing.
How can I disable this without reverting the extension to an older version?
Copyright © 2021 Jogjafile Inc.

You want to disable the "Inlay Hints" options. I think you want to disable a few:
csharp.inlayHints.enableInlayHintsForTypescsharp.inlayHints.enableInlayHintsForImplicitObjectCreationcsharp.inlayHints.enableInlayHintsForLambdaParameterTypescsharp.inlayHints.enableInlayHintsForImplicitVariableTypesSettings JSON:
Search "inlay" in the settings and go to the C# tab and you can find all of the various inlay options: