# 1. Press F1 or Ctrl + Shift + P and search for
"Open Keyboard Shortcuts"
# 2. Type and search
@command:workbench.action.openSettingsJson
# 3. Set your desired shortcut for "Preferences: Open User Settings (JSON)".
# Is recommended to use/replace the default Setting editor UI shortcut:
Ctrl+,
# Alternative method: Replaces both Setting editor UI shortcut
# and File > Preferences > Settings with settings.json
# 1. Search and open settings.json file pressing F1 or Ctrl + Shift + P
# Add
"workbench.settings.editor": "json",
# 2. Now you can use File > Preferences > Settings or settings shortcut
Ctrl+,