Gerrnperl / outline-map

A visual, interactive outline map that combines the clarity of the outline with the intuitive overview of the minimap. Alternative Minimap.
https://marketplace.visualstudio.com/items?itemName=Gerrnperl.outline-map
MIT License
203 stars 14 forks source link

[Highlight] Region/Tag highlight dont work as expect #51

Closed LatenPath closed 8 months ago

LatenPath commented 8 months ago

Describe the bug This is a gif about what happen: Code_G8ZctpQ3sa

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: image My default color lightblue: image Still sometimes change into the purple after i move to other file and comeback or do anything (look like update issue): image

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.

Additional context VSCode version: 1.84.1 Extension version: v1.3.1

LatenPath commented 8 months ago

Everything works fine after I reload my VSCode...