-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
accessibility.signalOptions.delays not user friendly #213618
Comments
what would you suggest? I don't think adding 9 settings would be a good idea |
Any simplification as long as it shows up in the settings UI. Get rid of
|
That's what we had originally and @hediet suggested we introduce signal options. |
Good point. So with your suggestion we are optimizing for Though I have no strong feeling either way. |
@rzhao271 is there a way we can do that? vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts Lines 174 to 188 in 7ed5156
|
There's currently no support in the Settings editor for objects where the values could also be objects, even if the total object is just two levels deep. |
We should either close this as designed or go back to the many settings vs this object. Which do you think @hediet ? |
Both options work for me. |
Yes, we should destructure the object! But keep the namespace "signalOptions", e.g. "accessibility.signalOptions.delays", .... |
verify that all of the |
This works better now, thank you! Adding verified label. |
Testing #213344
Right now the structure of accessibility.signalOptions.delays settings is sort of leaking your implementation. It has a complex structure, and because of that is not shown in the settings editor, but only in the settings.json.
Can we simplify the structure of this setting so the settings UI editor supports showing it?
The text was updated successfully, but these errors were encountered: