Home > Development Tools > VSCode > What should I do if the vscode toolbar is missing?

What should I do if the vscode toolbar is missing?

爱喝马黛茶的安东尼
Release: 2019-12-06 13:50:10
Original
6417 people have browsed it

What should I do if the vscode toolbar is missing?

Find the configuration file: settings.json and set "workbench.activityBar.visible": true to true.

{
    "workbench.colorTheme": "Visual Studio Light",
    "workbench.activityBar.visible": true
    "editor.renderWhitespace": "all",
    "editor.renderControlCharacters": true,
    "breadcrumbs.enabled": true,
    "window.menuBarVisibility": "default",
    "workbench.settings.openDefaultSettings": true,
    "window.enableMenuBarMnemonics": false,
    "window.zoomLevel": 0
}
Copy after login

PHP Chinese website has a large number of free vscode introductory tutorials, everyone is welcome to learn!

The above is the detailed content of What should I do if the vscode toolbar is missing?. 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