luan / vscode-project-scopes

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

[Feature Request] Make scopes project-specific rather than sharing across all projects #3

Open QuarticCat opened 1 year ago

QuarticCat commented 1 year ago

This makes much more sense.

You can store configuration in .vscode/settings.json or other project local files.

luan commented 1 year ago

You can set scopes per project in .vscode/settings.json already. But we could certainly have those be editable via the GUI (which will always edit user settings right now).