To Reproduce
I use other extension to edit my theme, tag, symbol color. So I disable highlight in this extension.
After that, I found out that the highlight color of this extension still sometimes show up and overwrite my editor.
Even I change setting in settings.json:
My default color lightblue:
Still sometimes change into the purple after i move to other file and comeback or do anything (look like update issue):
Expected behavior
I ensure that the color change to purple one by this extension. That behavior gone after I disable it.
I think maybe we forget to check the boolean of highlight setting, so every the update or constructor call, it overwrite my editor color.
Describe the bug This is a gif about what happen:
To Reproduce I use other extension to edit my theme, tag, symbol color. So I disable
highlight
in this extension. After that, I found out that the highlight color of this extension still sometimes show up and overwrite my editor. Even I change setting insettings.json
: My default colorlightblue
: Still sometimes change into the purple after i move to other file and comeback or do anything (look like update issue):Expected behavior I ensure that the color change to
purple
one by this extension. That behavior gone after I disable it. I think maybe we forget to check the boolean ofhighlight
setting, so every theupdate
orconstructor
call, it overwrite my editor color.Additional context VSCode version: 1.84.1 Extension version: v1.3.1