英文:
How to remove new search-bar from window title in visual studio code?
问题
以下是要翻译的内容:
- VSCode 版本:1.81.0
- macOS 版本:Ventura 13.2.1
- 使用的主题:Material Theme
以前这只是没有箭头图标的文本;我如何恢复旧的外观和行为?我永远不会点击它来激活与 CMD+P 相同的窗口。
英文:
- VSCode version: 1.81.0
- macOS Version: Ventura 13.2.1
- Theme used: Material Theme
This used to be just text without the arrow icons; How can I get the old visuals and behavior back? I will never click on this to activate the same window as with CMD+P
答案1
得分: 1
在搜索栏上右键单击,禁用“Command Center”。这将恢复旧视图。
或者,转到“文件”->“首选项”->“设置”->“窗口”,在那里禁用“Command Center”。如果你需要在settings.json文件中使用它,关键字是window.commandCenter
。
英文:
Right click on the search bar and disable "Command Center". That will return the old view.
Alternatively, go to File -> Preferences -> Settings -> Window and disable Command Center there. The key is window.commandCenter
if you need it for a settings.json file.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论