'How to disable selector specificity in VSCode?

I am working on the SCSS file and when I hover on any CSS selector "selector specificity" is showing, which is annoying for me when I have to move the mouse. Is there any setting to disable this feature?



Solution 1:[1]

I don't think it is possible to remove that Selector Specificity line. I looked through open and closed github issues and found nothing. And there doesn't seem to be any relevant setting.

Here is the original issue where the feature was added: [CSS] Add specificity to hover and there is no mention of a setting to enable/disable. Same with the actual implementing commit.

Solution 2:[2]

I have found the solution. In the settings search hover. Then disable "Editor>Hover:Enabled".

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 Mark
Solution 2 Nodir Suleymanov