madskristensen / RainbowBraces

A Visual Studio extension
Apache License 2.0
128 stars 7 forks source link

Bug: Lost colorization on replace file content with the same code #87

Closed lordfanger closed 1 year ago

lordfanger commented 1 year ago

Found another bug. When replacing file content with exactly same content, the colorization was lost because snapshot version was upgraded but all spans remained the same.

It happens often to me at work with extension that automatically reformat the file on save but not changes are made when the file was already formatted.

madskristensen commented 1 year ago

Thanks