Open TomLewis opened 2 months ago
Could you check your settings.json
for anything related to this? Specifically, mc-color.enabled
should be set to true
, and mc-color.languages
should be ["*"]
. The languages setting controls which file types the extension runs in, e.g., ["*", "!java"]
excludes Java files.
If that’s all correct, try navigating to Help -> Toggle Developer Tools -> Console
to see if there are any errors related to the extension.
If everything looks fine, it's possible another extension is overriding the decorations set by this one. I haven't encountered this issue myself, as shown in the screenshot below.
This used to work for me, and randomly stopped working ages ago, no idea why its stopped working or how to diagnose why. Tried uninstalling and re-installing.