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 to iterate over all keys #16811

Closed
aeschli opened this issue Dec 7, 2016 · 2 comments
Closed

API to iterate over all keys #16811

aeschli opened this issue Dec 7, 2016 · 2 comments
Assignees
Labels
api config VS Code configuration, set up issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code

Comments

@aeschli
Copy link
Contributor

aeschli commented Dec 7, 2016

Testing #16515:

IMO it would be good to have API that returns all currently defined (qualified) keys (from the default settings)

This currently can only be done by iterating through the configuration value tree. This is however will not work for properties like "files.exclude" that have an object as value.

@jrieken jrieken added config VS Code configuration, set up issues feature-request Request for new features or functionality labels Dec 7, 2016
@jrieken
Copy link
Member

jrieken commented Dec 7, 2016

Yeah - sometimes I wonder if should even have an list of key/value pairs. Maybe even instead of the new reflect API... Like configurations: Entry[] with type Entry = [string, Value]

@jrieken jrieken added the api label Dec 9, 2016
@jrieken jrieken added the *out-of-scope Posted issue is not in scope of VS Code label Sep 17, 2018
@vscodebot
Copy link

vscodebot bot commented Sep 17, 2018

This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api config VS Code configuration, set up issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants