-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preserveInsertionOrder doesn't work if autoreload applied #188
Comments
Removing |
Can you check if it happens in NightConfig v3.8.1? |
On v3.8.1 it even worse. It generated empty config. |
Even after some time? Recent versions apply a throttle delay: the save may be delayed by a few seconds. |
I use |
Generated config:
Version:
3.6.4
We add
opt2
earlier thanopt1
. andpreserveInsertionOrder()
is applied to builder. Butopt1
is earlier thanopt2
in generated config.The text was updated successfully, but these errors were encountered: