Support comments in UI editors (settings and keyboard shortcuts) #68184
Labels
feature-request
Request for new features or functionality
settings-editor
VS Code settings editor issues
Milestone
Uh oh!
There was an error while loading. Please reload this page.
I prefer using the UI editor for both settings and keyboard shortcuts. However, I often find myself automatically going into the JSON files because they're packed with comments — for both modified and unmodified settings/keyboard rules (example shown below).
Feature Request
@commented
,@modified @commented
,@unmodified @commented
).Note
This would also solve a bug where comments in the JSON file are removed (without any indication) when making changes in the UI editor. See #75599.
Example
Here's an example
settings.json
file that has comments for both modified and unmodified settings:The text was updated successfully, but these errors were encountered: