Remove the Annoying "Unity Serialized Field" and "Unity Message" from VSCode

See image below. Every time I create a new variable or function, it has this “n Reference” message which I found out how to disable, it is the “Code Lens: References” setting.

It is also possible to disable the entire thing by disabling the entire Code Lens feature, but what if I want the references enabled, and only want to disable the other extra messages?

Is there any way to just disable only the “Unity Script”, “Unity Serialized Field”, etc. code lens messages while leaving the references there?

I figured it out. It is the “Vstuc: Enable Code Model” setting. It disables other features as well but it is just too annoying. Restarting VSCode is required for this change to take effect.