luan / vscode-project-scopes

Project Scopes extension for VSCode
MIT License
7 stars 3 forks source link

This extension write files.exclusion in User, rather than Workspace setting #9

Open hitzhangjie opened 8 months ago

hitzhangjie commented 8 months ago

This plugin is amazing, this is what I looking for.

I want to give a suggestion to improve this plugin: because people may have multiple machines, so they want vscode settings to be synchronized by default. User settings is the base settings for many developers, they may configure different Workspace settings for each project. So I think this extension 'project scopes' should by default write the Workspace settings rather than User settings.

I have read the README which suggested to ignore the settingsSync for files.exclusion. But still hope we could improve it.

hitzhangjie commented 8 months ago

I can use multiroot workspace to work around, but workspace feature is not the same as project-scopes provides. I prefer project-scopes to split different view for the same project.