-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Test: String array Setting GUI #77427
Labels
Milestone
Comments
This was referenced Jul 16, 2019
This was referenced Jul 30, 2019
This was referenced Jul 31, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test for #62440
Complexity: 1
Overview
Settings that has
type
:array
anditem
:string
can now be edited in the Settings GUI. Here are builtin items that match this criteria:Extension-contributed string array settings include
prettier.disableLanguages
.Testing
Test that you can add/edit/remove items for those settings
Test that you can add/edit/remove string array settings contributed by extensions (such as prettier for
prettier.disableLanguages
)Test that you can modify this minimal sample to contribute a new string array setting that uses this GUI
The text was updated successfully, but these errors were encountered: