如何解决vscode菜单不见了的问题
vscode菜单不见了怎么调?
vscode菜单栏、工具栏不见了
● 按alt可以出来菜单栏;
● 命令行切换出来 关键字 menu
● F1 or shift+ctrl+p切换出命令行,然后输入menu 有个view:toggle Menu bar 的功能,没文档这个确实要自个找。
● 找回设置栏,找到配置文件: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}
本文标题:如何解决vscode菜单不见了的问题
本文链接:https://www.qqooo.cn/post/5798.html
版权说明:网站文章均来源于手工整理和网友投稿,若有不妥之处请来信 xsds@vip.qq.com 处理,谢谢!