Visual studio code settings

Switch to visual studio code settings editor mode

There are times when we have to update some preferences or settings code directly on settings editor mode on visual studio code. Visual studio code now defaults to GUI mode editor. This article shows how we can switch to visual studio code settings editor mode which looks like as shown below.

Visual studio code settings editor
Figure 1. Visual studio code settings editor

Steps

Below steps are for macos but similar steps can be followed for windows and linux too (terms might be different on those platforms).

  1. First click on Code then click on settings then again click on settings
    • Code -> settings -> settings
Open settings on visual studio code
Figure 2. Open settings on visual studio code

2. Then click on little icon toggle settings editor as shown on screenshot below.
NOTE: You can toggle settings editor by clicking on that icon as many times as you want.

Toggle visual studio settings editor
Figure 3. Toggle visual studio settings editor

After switching to settings editor mode, the window should change to screen shown below.

Visual studio code settings editor screen
Figure 4. Visual studio code settings editor screen

Now we can copy paste or make any changes to code directly here and upon saving the changes would reflect immediately. Some setting changes require VSC to be restarted.

Caution: Making changes directly on editor screen is risky so use it with caution. Most settings are already provided on GUI screen, some fine granular customization could be missing and only those situation would require editor mode in most of the cases.