Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API that tells where a certain setting was defined #1003

Open
FichteFoll opened this issue Sep 23, 2015 · 1 comment
Open

API that tells where a certain setting was defined #1003

FichteFoll opened this issue Sep 23, 2015 · 1 comment

Comments

@FichteFoll
Copy link
Collaborator

view.settings() aggregates a settings view that is collected from various sources, including but not limited to:

  • Default
  • User
  • Project
  • Syntax-specific
  • View-specific

There is currently no easy way to determine where the setting came from, besides checking all those sources manually. It would help debugging some settings problems immensely and would also be convenient for plugins, such as InactivePanes, which react react to settings changes in this aggregated settings view.

@FichteFoll
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant