First we click on the menu bar "File" - "Preferences" - "User Settings" option
Two pop-ups There are two windows, the left is the default settings window, and the right is the user settings window; we try not to change the value in the default settings, but modify it in the user settings window, which will directly overwrite the default value
(Recommended tutorial: vscode tutorial)
As shown in the figure, modify the sidebar position: "workbench.sideBar.location" attribute, copy this attribute to the user settings window page , then change its value to "right"
Click to save or directly ctrl s to save, the sidebar will automatically be displayed on the right side of the console.
For more programming-related content, please pay attention to the Programming Introduction column on the php Chinese website!
The above is the detailed content of vscode adjusts the sidebar to the right. For more information, please follow other related articles on the PHP Chinese website!