Home > Development Tools > VSCode > body text

vscode adjusts the sidebar to the right

王林
Release: 2020-02-20 16:24:44
Original
10070 people have browsed it

vscode adjusts the sidebar to the right

First we click on the menu bar "File" - "Preferences" - "User Settings" option

vscode adjusts the sidebar to the right

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

vscode adjusts the sidebar to the right

(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"

vscode adjusts the sidebar to the right

Click to save or directly ctrl s to save, the sidebar will automatically be displayed on the right side of the console.

vscode adjusts the sidebar to the right

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template