英文:
VSCode - Cmd+Shift+E & Cmd+Shift+F stopped working on Mac
问题
我多年来一直在使用VSCode,经常使用Cmd+Shift+E来查看资源管理器面板,使用Cmd+Shift+F来查找文件,但这些功能几天前突然停止工作。
我不认为我不小心改变了任何按键绑定,想知道是否升级到VSCode是原因。
通常我可以按:
之前:
Cmd+Shift+E(仅按一次)总是进入资源管理器,而其他可折叠的元素,如搜索,会消失。
现在:
A: 如果文件资源管理器已折叠,那么Cmd+Shift+E会进入搜索,不显示文件资源管理器。
B: 如果文件资源管理器未折叠,Cmd+Shift+E会进入资源管理器,但搜索区域仍然可见。
之前:
Cmd+Shift+F(仅按一次)总是进入文件搜索,可折叠的元素,如文件资源管理器,会消失。
现在:
A: 如果文件资源管理器已折叠,Cmd+Shift+F会进入搜索(这是预期的行为)。
B: 如果文件资源管理器未折叠,按下Cmd+Shift+F,它会进入搜索并保留文件资源管理器可见(文件资源管理器以前会消失)。
英文:
I have used VSCode for years and frequently use Cmd+Shift+E to see the explorer panel and Cmd+Shift+F to find files, but the functionality stopped working a few days ago.
I'm do not think I have accidentally changed any keybindings, and wondering if an upgrade to VSCode is the reason.
I usually can press:
OLD:
Cmd+Shift+E (press once only) would always go to Explorer, and other collapsable elements like Search would disappear.
NOW:
A: if File Explorer is collapsed, then Cmd+Shift+E goes to Search and does not show the File Explorer
B: If File Explorer is not collapsed, Cmd+Shift+E goes to Explorer, but the Search area is still showing.
OLD:
Cmd+Shift+F (press once only) would always go to the file Search, and collapsable elements like file explorer would disappear.
NOW:
A: If File Explorer is collapsed, Cmd+Shift+F goes to Search (This is expected)
B: if File Explorer is not collapsed and Cmd+Shift+F is pressed, it goes to Search and leaves the file explorer visible. (File Explorer used to disappear)
答案1
得分: 0
似乎我不小心将停靠的搜索视图拖到了浏览视图中。
我通过重置所有视图位置来解决了我的问题
CMD + SHIFT + P
=> 重置视图位置
英文:
It seems that I had accidentally dragged the docked search view in to the explore view.
I was able to resolve my issue by resetting all view locations
CMD + SHIFT + P
=> Reset View Locations
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论