vscode菜单栏与工具栏隐藏之后怎么找回来
时间:2020-02-10 14:40
找回菜单栏 1、按alt可以显示菜单栏; 2、可以在命令行切换出来 F1 or shift+ctrl+p 切换出命令行,然后输入menu,找到view:toggle Menu bar 的功能; 找回设置栏 1、找到配置文件:settings.json; 2、把"workbench.activityBar.visible": true 设置为true即可。 相关文章教程推荐:vscode教程 以上就是vscode菜单栏与工具栏隐藏之后怎么找回来的详细内容,更多请关注gxlsystem.com其它相关文章!{
"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
}