supersurviveur / typst-math

A VS Code extension to simplify math writing in Typst
https://marketplace.visualstudio.com/items?itemName=surv.typst-math
MIT License
23 stars 0 forks source link

_Reveal offset_ setting is not applied immediately #30

Open NicoWeio opened 2 weeks ago

NicoWeio commented 2 weeks ago

On 1.95.0-insider, I noticed that I had to reload the window for changes to take effect.

I'll try to fix this myself, but it may take a while…

supersurviveur commented 2 weeks ago

It seems that the problem come from https://github.com/supersurviveur/typst-math/blob/main/src%2Futils.ts#L5.

I already listen configuration changes, but reloading the config variable is needed

supersurviveur commented 6 hours ago

Hi ! It will works fine in the next version. However, I want to wait for another fixes/features before publishing a new version.