Add comments and settings to settings.json for discoverability #5188
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description of the new feature/enhancement
We should add comments above each major section with the link to our documentation.
Additionally, we should add the following settings to settings.json so people can find them easily:
Settings
"copyOnSelect": false
Key bindings
{ "command": "find", "keys": "ctrl+shift+f" }
This would also be bound in defaults.json, but we can explain
"unbound"/null
in a comment above it.{ "command": {"action": "splitPane", "split": "auto", "splitMode": "duplicate"}, "keys": "alt+shift+d" }
This is a common panes use case and it also demonstrates the fact that we have panes and shows how the key bindings are formatted.
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: