BenRogersWPG/VSCode-Transparent-Minimap

Request: Prevent spamming of settings.json

danuo opened this issue · 1 comments

danuo commented

This is a great working extention, but right now it is creating a settings.json with these contents in EVERY workspace folder, which feels very spammy and different to how other extentions handle things. I think the following behaviour would be better and also more standard:

  • if default settings are used, nothing should be written to any settings file
  • if non-default settings are used, these should be written to global settings file
  • only if explicitly asked for, settings should be written to workspace settings.json

Thank you @danuo for the request and the great detail.

I will work on researching this and fixing it!

I'll let you know if I have any questions.

Thanks again!