dst80 / nordic

MIT License
11 stars 4 forks source link

With latest update (1.1.13) I lose my custom font settings #1

Open pasqualedante opened 3 years ago

pasqualedante commented 3 years ago

As stated in subject, when the today update I lose my font preference: font-name, font-size etc are all reverted to default.

dst80 commented 3 years ago

Hi PasqualeDante, Sorry for the late reply. Unfortunately I did not receive an email from Github regarding your issue. I will look into the problem and give you feedback as sone as I found the issue.

pasqualedante commented 3 years ago

Ok thanks @dst80

dst80 commented 3 years ago

@pasqualedante: I found out, the GUID of the project has changed. This resulted in a reset to the default settings (BLUE Theme + Consolas Font and Default Size) when the theme was updated.

If the GUID is the same, the theme is reloaded after the update and the font and font size settings are retained.

The bug arose from a combination of the unfortunate behavior of the "Visual Studio Color Theme Designer" extension and blind trust on my part.

The "Visual Studio Color Theme Designer" extension generates new GUIDs in the *.vstheme file for testing in a second Visual Studio instance. This is necessary, because otherwise the extension will not be installed. Unfortunately, the extension does not reset the GUID after the test.

I checked all commits up to the current release (1.2.4). The GUID change occurs again and again.

So for future release, I have to make sure that the GUID does not change.

Thank you very much for the hint / issue.

pasqualedante commented 3 years ago

@dst80 thanks to you for your great theme. Ciao.