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

What should I do if the vscode toolbar is missing?

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-12-06 13:50:106358browse

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
}

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!

Statement:
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