vscode-hide-comments
vscode-hide-comments copied to clipboard
Save config to user settings
When toggling comments, it updates "editor.tokenColorCustomizations"
in "workspace settings" (.vscode/settings.json
).
For many teams that config is included in source control, so every time one toggles the extension it creates changes.
Please consider allowing us to write to "user settings" instead?
When writing it to the user settings, it means that it gets hidden for all projects. Not only for the current solution.
We might need to add a setting for this on how you want to control it.
Yes that's true, there's a downside to both approaches.
So agreed, a setting would solve the issue.
Hi. Is there any progress on this or other potential solutions? It's making the extension frustrating to use. (other than this, the extension is great though 👍)
@JackFinnZinc Nobody has picked up on this issue yet.