Home > Article > Development Tools > 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!