vscode工具栏不见了怎么办

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼 原创
2019-12-06 13:50:10 5563浏览

找到配置文件:settings.json,把"workbench.activityBar.visible": true设置为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中文网,有大量免费的vscode入门教程,欢迎大家学习!

以上就是vscode工具栏不见了怎么办的详细内容,更多请关注php中文网其它相关文章!

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。