VS Code/open-settings
Open a setting
Opens the Settings editor, filtered to one setting.
Format
vscode://settings/{setting}Try it
vscode://settings/editor.wordWrapOpenWhat you supply
{setting}The setting's dotted id.
The same id you would type into the Settings search box, or find in
settings.json.
Lands on the setting itself rather than the top of a very long page, which makes it the right link for a README that says "turn this on".