From 45820fe6688779ccf30ec51e102b4475d4bf5287 Mon Sep 17 00:00:00 2001 From: rlax Date: Fri, 11 Jan 2019 23:26:40 +0300 Subject: [PATCH] Update "Tune your settings" part Add info about new default editor for settings (visual one) and guidance for switching to JSON settings, that are listed below in tips. Reference: https://github.com/Microsoft/vscode-tips-and-tricks/pull/142 --- docs/getstarted/tips-and-tricks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getstarted/tips-and-tricks.md b/docs/getstarted/tips-and-tricks.md index af43ff4022..e9efb9d5c5 100644 --- a/docs/getstarted/tips-and-tricks.md +++ b/docs/getstarted/tips-and-tricks.md @@ -168,6 +168,8 @@ See more in [Key Bindings for Visual Studio Code](/docs/getstarted/keybindings.m ### Tune your settings +By default VS Code shows the Settings editor, you can find settings listed below in a search bar, but you can still edit the underlying `settings.json` file by using the **Open Settings (JSON)** command or by changing your default settings editor with the `workbench.settings.editor` setting. + Open User Settings `settings.json` Keyboard Shortcut: `kb(workbench.action.openSettings)`