-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Configuration UI #3479
Configuration UI #3479
Conversation
michelleangela
commented
Apr 16, 2019
- add a configuration UI to edit certain IntelliSense properties
- add command palettes to either open configuration in UI or JSON
- add command to open configuration in UI or JSON from toast notification
- add telemetry to new commands
- inherit workbench.settings.editor settings from VS Code to determine whether the configuration UI or JSON is opened by default
…de-cpptools into dev/coleng/configUI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add images to show how it looks?
@@ -1,7 +1,8 @@ | |||
{ | |||
"c_cpp.command.configurationSelect.title": "Select a configuration...", | |||
"c_cpp.command.configurationProviderSelect.title": "Change configuration provider...", | |||
"c_cpp.command.configurationEdit.title": "Edit configurations...", | |||
"c_cpp.command.configurationEditJSON.title": "Edit configurations... (JSON)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michelleangela I think the "..." are always supposed to be at the end of the command text, e.g. "Edit configurations (JSON)…"
missing fields:
|
Thanks for the feedback @aenima1891. Those properties didn't make the cut for the first version of the UI. We are currently designing the UI for what we term the "advanced" properties for a subsequent update (perhaps the June release). |