We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently settings are not declared anywhere, the code just uses them by specifying the name and a default value using
getOption[int](configProvider, "editor.max-search-results", 1000)
Problems:
The new system should allow the following:
Once that is done a finder can be implemented similar to browse-keybinds to explore all available settings
browse-keybinds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently settings are not declared anywhere, the code just uses them by specifying the name and a default value using
Problems:
The new system should allow the following:
Once that is done a finder can be implemented similar to
browse-keybinds
to explore all available settingsThe text was updated successfully, but these errors were encountered: