The settings don't seem to be saving. If I edit it, then immediately open the file again, the settings are what they were before. This happens no matter what repo I do it from.
The settings don't seem to be saving. If I edit it, then immediately open the file again, the settings are what they were before. This happens no matter what repo I do it from.
The custom settings I had made before (the rest are still commented out): trust a8372263-6eba-47e2-9604-3e2c9bbb6d42 = trusted wanted 3e2bcb1e-39ad-4863-a9ce-a18a262644c1 = present or (not include=/Books/) wanted a8372263-6eba-47e2-9604-3e2c9bbb6d42 = present or include=/Books/
I am trying to comment them out again.
Based on your answer, I guessed that these settings don't just reset to default when they are commented out, so I tried changing the above trusted setting to semitrusted, and sure enough it worked.
So it seems once these settings are made they can't be commented out again, and any invalid settings are ignored?
vicfg won't accept invalid input, if you make a type in the syntax it'll land you back in the editor with the problem line marked.
But right, commenting out a line does not reset it to the default. Basically, once one of these settings is changed, there is no longer a default to go back to. You have to leave the line uncommented and change the value to what you want it to be. Ie, "= semitrusted" for the trust levels, and "= " for the wanted expressions.
I think that vicfg should avoid this ?vicfg comment gotcha and have filed that as a todo item.
Right. In the meantime, I've fixed the behavior of vicfg when deleting lines, so it resets them to the default automatically.