eamodio / vscode-toggle-excluded-files

Quickly toggles excluded (hidden) files visibility in the file explorer in VS Code
MIT License
36 stars 8 forks source link

feature: saving in user profile instead of workspace #47

Open Martinspire opened 6 months ago

Martinspire commented 6 months ago

It would be nice if this extension would allow users to not use the workspace settings.json but instead the user profile settings.json to store the toggled status.

We currently share the workspace settings.json for other settings and since this modifies that, we need to manage that nobody overrides the default values. People want to see different files in their project so its not really helpful if you share settings.

If there was an option, say "storeLocation" with options "user" and "workspace" it would enable more people to use this extension effectively.